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 8eeb4ec commit 4b15bd4Copy full SHA for 4b15bd4
CMakeLists.txt
@@ -23,19 +23,6 @@ option(
23
include(FetchContent)
24
include(GNUInstallDirs)
25
26
-if(BEMAN_SCOPE_BUILD_TESTS)
27
- # Fetch GoogleTest
28
- FetchContent_Declare(
29
- googletest
30
- GIT_REPOSITORY https://github.com/google/googletest.git
31
- GIT_TAG
32
- f8d7d77c06936315286eb55f8de22cd23c188571 # release-1.14.0
33
- EXCLUDE_FROM_ALL
34
- )
35
- set(INSTALL_GTEST OFF) # Disable GoogleTest installation
36
- FetchContent_MakeAvailable(googletest)
37
-endif()
38
-
39
# add_subdirectory(src/beman/scope)
40
41
#if(BEMAN_SCOPE_BUILD_TESTS)
0 commit comments