Skip to content

Commit c18aff1

Browse files
nim65sjcarpent
authored andcommitted
CMake: fix for hpp-fcl/coal v3
Fix, at least on ROS buildfarm: ``` -- hpp-fcl FOUND. hpp-fcl at /opt/ros/rolling/lib/x86_64-linux-gnu/libhpp-fcl.so -- Found Boost: /usr/include (found version "1.83.0") found components: chrono serialization filesystem CMake Error at /opt/ros/rolling/lib/x86_64-linux-gnu/cmake/hpp-fcl/hpp-fclConfig.cmake:181 (message): hpp-fcl: hpp-fcl >= 2.1.2 not found. Call Stack (most recent call first): cmake/package-config.cmake:133 (find_package) CMakeLists.txt:341 (add_project_dependency) ```
1 parent 05b99eb commit c18aff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ else()
330330
endif()
331331

332332
if(BUILD_WITH_HPP_FCL_SUPPORT)
333-
add_project_dependency(hpp-fcl 2.1.2 REQUIRED "hpp-fcl >= 2.1.2")
333+
add_project_dependency(hpp-fcl REQUIRED)
334334
endif()
335335

336336
if(BUILD_WITH_ACCELERATE_SUPPORT)

0 commit comments

Comments
 (0)