mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
remove redundant "/"
This "/" is not needed as CMake adds this automatically
This commit is contained in:
parent
d762a7ca6c
commit
79ce6930a2
@ -269,4 +269,4 @@ set_tests_properties(ListTests PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ test c
|
|||||||
add_test(NAME ListTags COMMAND SelfTest --list-tags)
|
add_test(NAME ListTags COMMAND SelfTest --list-tags)
|
||||||
set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags")
|
set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags")
|
||||||
|
|
||||||
install(DIRECTORY "single_include/" DESTINATION "include/catch/")
|
install(DIRECTORY "single_include/" DESTINATION "include/catch")
|
||||||
|
Loading…
Reference in New Issue
Block a user