Skip to content

Commit 6769e23

Browse files
committed
Switch to Catch v2.x branch
1 parent af66666 commit 6769e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_custom_target(update COMMENT "Updated all external projects")
1515
# target_link_libraries (exampleApp PRIVATE catch)
1616
# #include <catch.hpp>
1717
ExternalHeaderOnly_Add(Catch
18-
"https://github.com/catchorg/Catch2.git" "master" "single_include/catch2")
18+
"https://github.com/catchorg/Catch2.git" "v2.x" "single_include/catch2")
1919

2020
#------------------------------------------------------------------------------
2121
# Examples of other external projects

0 commit comments

Comments
 (0)