mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:39:01 +08:00
15 lines
451 B
Diff
15 lines
451 B
Diff
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||
|
index 5ce1f77..1f3e863 100644
|
||
|
--- a/src/CMakeLists.txt
|
||
|
+++ b/src/CMakeLists.txt
|
||
|
@@ -10,8 +10,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
|
||
|
SOVERSION ${FCL_ABI_VERSION})
|
||
|
|
||
|
target_link_libraries(${PROJECT_NAME}
|
||
|
- PUBLIC ${OCTOMAP_LIBRARIES}
|
||
|
- PRIVATE ${CCD_LIBRARIES}
|
||
|
+ PUBLIC octomap octomath ccd
|
||
|
PRIVATE ${Boost_LIBRARIES})
|
||
|
|
||
|
target_include_directories(${PROJECT_NAME} INTERFACE
|