Skip to content

Commit

Permalink
fix build option "Develop"
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <ms.kataoka@gmail.com>
  • Loading branch information
hakuturu583 committed Jun 23, 2024
1 parent 6722a28 commit 4882696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotx_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install(TARGETS
RUNTIME DESTINATION lib/${PROJECT_NAME}
)

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

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

0 comments on commit 4882696

Please sign in to comment.