Remove catch2 git submodule
This commit is contained in:
parent
a5316928d4
commit
eff7a33f96
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "tests/lib/catch2"]
|
|
||||||
path = tests/lib/catch2
|
|
||||||
url = https://github.com/catchorg/Catch2.git
|
|
@ -41,7 +41,12 @@ add_subdirectory(config)
|
|||||||
# -------
|
# -------
|
||||||
if (ENABLE_TESTING)
|
if (ENABLE_TESTING)
|
||||||
MESSAGE("Testing enabled")
|
MESSAGE("Testing enabled")
|
||||||
add_git_submodule("tests/lib/catch2")
|
Include(FetchContent)
|
||||||
|
FetchContent_Declare(Catch2
|
||||||
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
|
GIT_TAG v3.3.2
|
||||||
|
)
|
||||||
|
FetchContent_MakeAvailable(Catch2)
|
||||||
include(CTest)
|
include(CTest)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif (ENABLE_TESTING)
|
endif (ENABLE_TESTING)
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502
|
|
Loading…
x
Reference in New Issue
Block a user