Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Jan 17, 2024
1 parent b6825e2 commit 0b4b6a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tesseract_collision/vhacd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(NOT MSVC)
add_executable(create_convex_decomposition src/create_convex_decomposition.cpp)
target_link_libraries(
create_convex_decomposition
PUBLIC ${PROJECT_NAME}_vhacd_convex_decomposition
PRIVATE ${PROJECT_NAME}_vhacd_convex_decomposition
Boost::boost
Boost::program_options
Eigen3::Eigen
Expand All @@ -41,7 +41,6 @@ if(NOT MSVC)
${TESSERACT_COMPILE_OPTIONS_PUBLIC})
target_compile_definitions(create_convex_decomposition PRIVATE ${TESSERACT_COMPILE_DEFINITIONS})
target_cxx_version(create_convex_decomposition PRIVATE VERSION ${TESSERACT_CXX_VERSION})
target_clang_tidy(create_convex_decomposition ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})

list(APPEND PACKAGE_LIBRARIES create_convex_decomposition)

Expand Down

0 comments on commit 0b4b6a9

Please sign in to comment.