Skip to content

Commit

Permalink
Drop BUILD_TESTING option from CMakeLists.txt
Browse files Browse the repository at this point in the history
Not needed as it's added automatically by CTest.

Signed-off-by: Martin Valgur <[email protected]>
  • Loading branch information
valgur committed Jul 12, 2024
1 parent c11bd1c commit 1512f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ message (STATUS "${PROJECT_NAME} version ${URDF_VERSION}")
include(GNUInstallDirs)

option(BUILD_APPS "Build applications" ON)
option(BUILD_TESTING "Build tests" OFF)
option(USE_VENDORED_DEPS "Use vendored dependencies" ON)
option(APPEND_PROJECT_NAME_TO_INCLUDEDIR
"When ON headers are installed to a folder ending with an extra ${PROJECT_NAME}. \
Expand Down

0 comments on commit 1512f03

Please sign in to comment.