Skip to content

Commit 67053e0

Browse files
genhtml uses --no-source to work around issue with non-existing integration headers
1 parent f107044 commit 67053e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsyclinterface/tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ if(DPCTL_GENERATE_COVERAGE)
7575
> dpctl.lcov
7676
COMMAND ${GENHTML_EXE}
7777
${CMAKE_CURRENT_BINARY_DIR}/dpctl.lcov
78+
--no-source
7879
--output-directory
7980
${COVERAGE_OUTPUT_DIR}/dpctl-c-api-coverage
8081
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)