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." )