File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,12 @@ endif()
158
158
# Define custom "Coverage" build type.
159
159
set (CMAKE_C_FLAGS_COVERAGE "${CMAKE_C_FLAGS_RELWITHDEBINFO} -O0 -DCOVERAGE=1 --coverage" CACHE STRING
160
160
"Flags used by the C compiler during \" Coverage\" builds."
161
- FORCE
162
161
)
163
162
set (CMAKE_EXE_LINKER_FLAGS_COVERAGE "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO} --coverage" CACHE STRING
164
163
"Flags used for linking binaries during \" Coverage\" builds."
165
- FORCE
166
164
)
167
165
set (CMAKE_SHARED_LINKER_FLAGS_COVERAGE "${CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO} --coverage" CACHE STRING
168
166
"Flags used by the shared libraries linker during \" Coverage\" builds."
169
- FORCE
170
167
)
171
168
mark_as_advanced (
172
169
CMAKE_C_FLAGS_COVERAGE
You can’t perform that action at this time.
0 commit comments