We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4db8959 commit 363c2c4Copy full SHA for 363c2c4
test/CMakeLists.txt
@@ -121,8 +121,8 @@ add_compile_definitions(HOST)
121
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
122
add_compile_options(-Wno-cast-function-type)
123
124
-set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} "--coverage")
125
-set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--coverage -Wno-deprecated-copy")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -Wno-deprecated-copy")
126
127
##########################################################################
128
0 commit comments