Skip to content

Commit

Permalink
fix wrong cmake cmd args order
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 28, 2022
1 parent 8b842b2 commit b138433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ find_package(mrpt-nav REQUIRED)
# Targets:
add_subdirectory(libselfdriving)

option(SELFDRIVING_BUILD_APPS ON "Build selfdriving cli/gui tools")
option(SELFDRIVING_BUILD_APPS "Build selfdriving cli/gui tools" ON)
if (SELFDRIVING_BUILD_APPS)
add_subdirectory(apps)
endif()
Expand Down

0 comments on commit b138433

Please sign in to comment.