We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b97c14d + 1ef3a35 commit 5a29d9bCopy full SHA for 5a29d9b
eusurdf/CMakeLists.txt
@@ -15,7 +15,10 @@ else()
15
message(WARNING "gazebo_ros package is not found, skip converting eusmodel to urdf")
16
endif()
17
18
-set(INSTALL_DIRS models textured_models worlds launch euslisp)
+set(INSTALL_DIRS textured_models launch euslisp)
19
+if(gazebo_ros_FOUND)
20
+ LIST(APPEND INSTALL_DIRS models worlds)
21
+endif()
22
23
find_package(knowrob_map_tools)
24
if(${knowrob_map_tools_FOUND})
0 commit comments