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 d5711c7 commit 3464886Copy full SHA for 3464886
CMakeLists.txt
@@ -65,7 +65,7 @@ function(add_spec source_file args)
65
CXX_STANDARD 23
66
CXX_STANDARD_REQUIRED YES
67
)
68
- add_test(NAME ${spec_name} COMMAND ${spec_name} --verbose ${args})
+ add_test(NAME ${spec_name} COMMAND ${CPPSPEC_SPEC_RUNNER} ${spec_name} --verbose ${args})
69
endfunction(add_spec)
70
71
# Discover Specs
0 commit comments