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:
parent
00cbd2c197
commit
c0e9292ee1
@ -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."
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user