From c0e9292ee1dd08ba4e474aec337431dff9ecab00 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Tue, 22 Sep 2020 15:21:43 +0200 Subject: [PATCH] cmake: Make CATKIN_ENABLE_TESTING an official option. Gbp-Pq: Name 0006-cmake-Make-CATKIN_ENABLE_TESTING-an-offial-option.patch --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f0006c..44b5901 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ endif() # Public options and command line configuration option(ENABLE_TEST_PROGRAM "Build test program" OFF) +option(CATKIN_ENABLE_TESTING "Enable catkin unit tests" ON) set(SERIAL_DOCDIR ${CMAKE_INSTALL_PREFIX}/share/doc/serial CACHE STRING "Installation root for doxygen docs." )