1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

cmake: Make CATKIN_ENABLE_TESTING an official option.

Gbp-Pq: Name 0006-cmake-Make-CATKIN_ENABLE_TESTING-an-offial-option.patch
This commit is contained in:
Alec Leamas 2020-09-22 15:21:43 +02:00
parent 00cbd2c197
commit c0e9292ee1

View File

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