Skip to content
Snippets Groups Projects
Commit e5191120 authored by Valenza Florian's avatar Valenza Florian
Browse files

[Cmake] Specified minimum version for assimp because the headers we include change since v3.x.x

parent 5d6ef3c2
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ADD_OPTIONAL_DEPENDENCY("urdfdom >= 0.2.10") ...@@ -66,7 +66,7 @@ ADD_OPTIONAL_DEPENDENCY("urdfdom >= 0.2.10")
ADD_OPTIONAL_DEPENDENCY("lua5.1") ADD_OPTIONAL_DEPENDENCY("lua5.1")
ADD_OPTIONAL_DEPENDENCY("hpp-fcl") ADD_OPTIONAL_DEPENDENCY("hpp-fcl")
IF(HPP_FCL_FOUND AND URDFDOM_FOUND) IF(HPP_FCL_FOUND AND URDFDOM_FOUND)
ADD_REQUIRED_DEPENDENCY("assimp") ADD_REQUIRED_DEPENDENCY("assimp >= 3.0")
ENDIF(HPP_FCL_FOUND AND URDFDOM_FOUND) ENDIF(HPP_FCL_FOUND AND URDFDOM_FOUND)
SET(BOOST_COMPONENTS filesystem unit_test_framework system) SET(BOOST_COMPONENTS filesystem unit_test_framework system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment