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 6cf9b2f commit 6263d72Copy full SHA for 6263d72
dpctl-capi/CMakeLists.txt
@@ -207,11 +207,10 @@ if(DPCTL_GENERATE_COVERAGE)
207
set(DPCTL_BUILD_CAPI_TESTS "ON")
208
if(DPCTL_COVERAGE_REPORT_OUTPUT_DIR)
209
set(COVERAGE_OUTPUT_DIR ${DPCTL_COVERAGE_REPORT_OUTPUT_DIR})
210
- message(STATUS "Coverage reports to be saved at ${COVERAGE_OUTPUT_DIR}")
211
else()
212
set(COVERAGE_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
213
214
endif()
+ message(STATUS "Coverage reports to be saved at ${COVERAGE_OUTPUT_DIR}")
215
216
217
# Add sub-directory to build the dpctl C API test cases
0 commit comments