Skip to content

Commit 7114a0e

Browse files
authored
Drop BUILD_TESTING option from CMakeLists.txt
Not needed as it's added automatically by CTest.
1 parent c11bd1c commit 7114a0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ message (STATUS "${PROJECT_NAME} version ${URDF_VERSION}")
1313
include(GNUInstallDirs)
1414

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

0 commit comments

Comments
 (0)