We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d053d0 commit b93fbfbCopy full SHA for b93fbfb
1 file changed
CMakeLists.txt
@@ -109,7 +109,4 @@ if(ENABLE_COVERAGE)
109
110
target_compile_options(clox-test PRIVATE ${COVERAGE_COMPILE_FLAGS})
111
target_link_options(clox-test PRIVATE ${COVERAGE_LINK_FLAGS})
112
-
113
- target_compile_options(clox-unit-test PRIVATE ${COVERAGE_COMPILE_FLAGS})
114
- target_link_options(clox-unit-test PRIVATE ${COVERAGE_LINK_FLAGS})
115
endif()
0 commit comments