Skip to content

Commit 3796dd0

Browse files
committed
comment out comment
Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent b38898b commit 3796dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rawtoaces/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
Include coverage support if enabled
3+
# Include coverage support if enabled
44
if( ENABLE_COVERAGE )
55
include( ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/CodeCoverage.cmake )
66
endif()
@@ -14,7 +14,7 @@ target_link_libraries ( rawtoaces
1414
${RAWTOACES_UTIL_LIB}
1515
)
1616

17-
#Enable coverage for this executable if coverage is enabled
17+
# Enable coverage for this executable if coverage is enabled
1818
if( ENABLE_COVERAGE AND COVERAGE_SUPPORTED )
1919
setup_coverage_flags(rawtoaces)
2020
endif()

0 commit comments

Comments
 (0)