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 745e660 commit 01c3ce0Copy full SHA for 01c3ce0
CMakeLists.txt
@@ -49,7 +49,7 @@ MESSAGE(STATUS "🔧 Build docs: ${BUILD_DOCS}")
49
50
# Code coverage
51
# =============
52
-OPTION(SPARROW_IPC_ENABLE_COVERAGE "Enable test coverage" OFF)
+OPTION(SPARROW_IPC_ENABLE_COVERAGE "Enable sparrow-ipc test coverage" OFF)
53
MESSAGE(STATUS "🔧 Enable coverage: ${SPARROW_IPC_ENABLE_COVERAGE}")
54
55
if(SPARROW_IPC_ENABLE_COVERAGE)
tests/CMakeLists.txt
@@ -13,7 +13,6 @@ set(
13
)
14
15
add_executable(${test_target} ${SPARROW_IPC_TESTS_SRC})
16
-
17
target_link_libraries(${test_target}
18
PRIVATE
19
sparrow-ipc
0 commit comments