Skip to content

Commit a368a2b

Browse files
authored
Don't automatically enable verbose makefiles. (#17)
That is a decision that the user should make with their MAKEFLAGS. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 7f34662 commit a368a2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
22
project(rosidl_dynamic_typesupport)
3-
set(CMAKE_VERBOSE_MAKEFILE ON)
43

54

65
# COMPILER SETTINGS ================================================================================
@@ -18,8 +17,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1817
add_compile_options(-Wall -Wextra -Wpedantic)
1918
endif()
2019

21-
set(CMAKE_VERBOSE_MAKEFILE ON)
22-
2320

2421
# DEPS =============================================================================================
2522
find_package(ament_cmake REQUIRED)

0 commit comments

Comments
 (0)