Skip to content

Commit 01c3ce0

Browse files
committed
Change message
1 parent 745e660 commit 01c3ce0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MESSAGE(STATUS "🔧 Build docs: ${BUILD_DOCS}")
4949

5050
# Code coverage
5151
# =============
52-
OPTION(SPARROW_IPC_ENABLE_COVERAGE "Enable test coverage" OFF)
52+
OPTION(SPARROW_IPC_ENABLE_COVERAGE "Enable sparrow-ipc test coverage" OFF)
5353
MESSAGE(STATUS "🔧 Enable coverage: ${SPARROW_IPC_ENABLE_COVERAGE}")
5454

5555
if(SPARROW_IPC_ENABLE_COVERAGE)

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ set(
1313
)
1414

1515
add_executable(${test_target} ${SPARROW_IPC_TESTS_SRC})
16-
1716
target_link_libraries(${test_target}
1817
PRIVATE
1918
sparrow-ipc

0 commit comments

Comments
 (0)