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 b38898b commit 3796dd0Copy full SHA for 3796dd0
src/rawtoaces/CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.12)
2
3
-Include coverage support if enabled
+# Include coverage support if enabled
4
if( ENABLE_COVERAGE )
5
include( ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/CodeCoverage.cmake )
6
endif()
@@ -14,7 +14,7 @@ target_link_libraries ( rawtoaces
14
${RAWTOACES_UTIL_LIB}
15
)
16
17
-#Enable coverage for this executable if coverage is enabled
+# Enable coverage for this executable if coverage is enabled
18
if( ENABLE_COVERAGE AND COVERAGE_SUPPORTED )
19
setup_coverage_flags(rawtoaces)
20
0 commit comments