We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f34662 commit a368a2bCopy full SHA for a368a2b
CMakeLists.txt
@@ -1,6 +1,5 @@
1
cmake_minimum_required(VERSION 3.20)
2
project(rosidl_dynamic_typesupport)
3
-set(CMAKE_VERBOSE_MAKEFILE ON)
4
5
6
# COMPILER SETTINGS ================================================================================
@@ -18,8 +17,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
18
17
add_compile_options(-Wall -Wextra -Wpedantic)
19
endif()
20
21
22
-
23
24
# DEPS =============================================================================================
25
find_package(ament_cmake REQUIRED)
0 commit comments