From 1512f03750f19fb6d61cfb89b1c76c77cd9fd1d4 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Thu, 11 Jul 2024 13:42:39 +0300 Subject: [PATCH] Drop `BUILD_TESTING` option from CMakeLists.txt Not needed as it's added automatically by CTest. Signed-off-by: Martin Valgur --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e357867..424cf3f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}. \