Skip to content

Commit d97e3df

Browse files
authored
Merge pull request #2591 from nim65s/devel
CMake: fix for hpp-fcl/coal v3
2 parents 05b99eb + c18aff1 commit d97e3df

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)