We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083ed8e commit a2151e5Copy full SHA for a2151e5
ros/heartbeat_monitor/CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.10)
2
project(heartbeat_monitor)
3
4
+option(BUILD_TESTING "Enable testing" ON)
5
+message(STATUS ">>> BUILD_TESTING = ${BUILD_TESTING}")
6
+
7
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
8
add_compile_options(-Wall -Wextra -Wpedantic)
9
endif()
0 commit comments