Skip to content

Commit 4b15bd4

Browse files
authored
right, gtest is a virus that makes builds fail - kill it
1 parent 8eeb4ec commit 4b15bd4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ option(
2323
include(FetchContent)
2424
include(GNUInstallDirs)
2525

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-
3926
# add_subdirectory(src/beman/scope)
4027

4128
#if(BEMAN_SCOPE_BUILD_TESTS)

0 commit comments

Comments
 (0)