Skip to content

Commit a2151e5

Browse files
committed
CICD test
1 parent 083ed8e commit a2151e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ros/heartbeat_monitor/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(heartbeat_monitor)
33

4+
option(BUILD_TESTING "Enable testing" ON)
5+
message(STATUS ">>> BUILD_TESTING = ${BUILD_TESTING}")
6+
47
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
58
add_compile_options(-Wall -Wextra -Wpedantic)
69
endif()

0 commit comments

Comments
 (0)