Skip to content

Commit

Permalink
Merge pull request #95 from OUXT-Polaris/fix/default_build_option
Browse files Browse the repository at this point in the history
fix build option "Develop"
  • Loading branch information
hakuturu583 authored Jun 23, 2024
2 parents 6722a28 + 87d0c6d commit 739c925
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions robotx_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ install(TARGETS
RUNTIME DESTINATION lib/${PROJECT_NAME}
)

option(DEVELOP "If true, install 3d models for desktop development" OFF)

if(DEVELOP)
install(DIRECTORY models DESTINATION share/${PROJECT_NAME})
endif()
install(DIRECTORY models DESTINATION share/${PROJECT_NAME})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down

0 comments on commit 739c925

Please sign in to comment.