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 6722a28 + 87d0c6d commit 739c925Copy full SHA for 739c925
robotx_behavior_tree/CMakeLists.txt
@@ -45,11 +45,7 @@ install(TARGETS
45
RUNTIME DESTINATION lib/${PROJECT_NAME}
46
)
47
48
-option(DEVELOP "If true, install 3d models for desktop development" OFF)
49
-
50
-if(DEVELOP)
51
- install(DIRECTORY models DESTINATION share/${PROJECT_NAME})
52
-endif()
+install(DIRECTORY models DESTINATION share/${PROJECT_NAME})
53
54
if(BUILD_TESTING)
55
find_package(ament_lint_auto REQUIRED)
0 commit comments