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 1cfd6ee commit 94f8013Copy full SHA for 94f8013
tests/CMakeLists.txt
@@ -6,7 +6,7 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
6
if (NOT TARGET gtest)
7
if(EXT_DOWNLOAD)
8
EXT_DECLARE_DEPENDENCIES()
9
- FetchContent_MakeAvailable(GTest)
+ FetchContent_MakeAvailable(GoogleTest)
10
else()
11
find_package(GTest REQUIRED)
12
endif()
0 commit comments