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()
442442configure_file (cmake/script/Coverage.cmake Coverage.cmake USE_SOURCE_PERMISSIONS COPYONLY )
443443configure_file (cmake/script/CoverageFuzz.cmake CoverageFuzz.cmake USE_SOURCE_PERMISSIONS COPYONLY )
444444configure_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 )
445446configure_file (contrib/filter -lcov.py filter -lcov.py USE_SOURCE_PERMISSIONS COPYONLY )
446447
447448# 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()
1212
1313# COV_TOOL is used to replace a placeholder.
1414configure_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
1616 FILE_PERMISSIONS OWNER_READ OWNER_EXECUTE
1717 GROUP_READ GROUP_EXECUTE
1818 WORLD_READ
File renamed without changes.
You can’t perform that action at this time.
0 commit comments