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 18, 2024
1 parent 90b947b commit e101cab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tesseract_collision/vhacd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ if(NOT MSVC)
target_link_libraries(
create_convex_decomposition
PRIVATE ${PROJECT_NAME}_vhacd_convex_decomposition
Boost::boost
Boost::program_options
Eigen3::Eigen
tesseract::tesseract_common
tesseract::tesseract_geometry
console_bridge::console_bridge
Threads::Threads)
Boost::boost
Boost::program_options
Eigen3::Eigen
tesseract::tesseract_common
tesseract::tesseract_geometry
console_bridge::console_bridge
Threads::Threads)
target_compile_options(create_convex_decomposition PRIVATE ${TESSERACT_COMPILE_OPTIONS_PRIVATE}
${TESSERACT_COMPILE_OPTIONS_PUBLIC})
target_compile_definitions(create_convex_decomposition PRIVATE ${TESSERACT_COMPILE_DEFINITIONS})
Expand Down

0 comments on commit e101cab

Please sign in to comment.