Skip to content

Commit 739c925

Browse files
authored
Merge pull request #95 from OUXT-Polaris/fix/default_build_option
fix build option "Develop"
2 parents 6722a28 + 87d0c6d commit 739c925

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

robotx_behavior_tree/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ install(TARGETS
4545
RUNTIME DESTINATION lib/${PROJECT_NAME}
4646
)
4747

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()
48+
install(DIRECTORY models DESTINATION share/${PROJECT_NAME})
5349

5450
if(BUILD_TESTING)
5551
find_package(ament_lint_auto REQUIRED)

0 commit comments

Comments
 (0)