Skip to content

Commit 1b03e94

Browse files
committed
Fix hook args variable
1 parent 36835df commit 1b03e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code-coverage.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ option(
9898
"Autocapture all new targets."
9999
OFF)
100100

101-
option(
102-
CCOV_TARGETS_HOOK_ARGS
101+
set(CCOV_TARGETS_HOOK_ARGS "" CACHE STRING
103102
"Default arguments for all hooked targets.")
104103

105104
# Programs

0 commit comments

Comments
 (0)