We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af66666 commit 6769e23Copy full SHA for 6769e23
external/CMakeLists.txt
@@ -15,7 +15,7 @@ add_custom_target(update COMMENT "Updated all external projects")
15
# target_link_libraries (exampleApp PRIVATE catch)
16
# #include <catch.hpp>
17
ExternalHeaderOnly_Add(Catch
18
- "https://github.com/catchorg/Catch2.git" "master" "single_include/catch2")
+ "https://github.com/catchorg/Catch2.git" "v2.x" "single_include/catch2")
19
20
#------------------------------------------------------------------------------
21
# Examples of other external projects
0 commit comments