File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ endif()
442
442
configure_file (cmake/script/Coverage.cmake Coverage.cmake USE_SOURCE_PERMISSIONS COPYONLY )
443
443
configure_file (cmake/script/CoverageFuzz.cmake CoverageFuzz.cmake USE_SOURCE_PERMISSIONS COPYONLY )
444
444
configure_file (cmake/script/CoverageInclude.cmake.in CoverageInclude.cmake USE_SOURCE_PERMISSIONS @ONLY )
445
+ configure_file (cmake/script/cov_tool_wrapper.sh.in cov_tool_wrapper.sh.in USE_SOURCE_PERMISSIONS COPYONLY )
445
446
configure_file (contrib/filter-lcov.py filter -lcov.py USE_SOURCE_PERMISSIONS COPYONLY )
446
447
447
448
# Don't allow extended (non-ASCII) symbols in identifiers. This is easier for code review.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ endif()
12
12
13
13
# COV_TOOL is used to replace a placeholder.
14
14
configure_file (
15
- cmake /cov_tool_wrapper.sh.in ${CMAKE_CURRENT_LIST_DIR} /cov_tool_wrapper.sh
15
+ ${CMAKE_CURRENT_LIST_DIR} /cov_tool_wrapper.sh.in ${CMAKE_CURRENT_LIST_DIR} /cov_tool_wrapper.sh
16
16
FILE_PERMISSIONS OWNER_READ OWNER_EXECUTE
17
17
GROUP_READ GROUP_EXECUTE
18
18
WORLD_READ
File renamed without changes.
You can’t perform that action at this time.
0 commit comments