Skip to content

Commit 94f8013

Browse files
committed
fix: allow build of google test on windows
1 parent 1cfd6ee commit 94f8013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
66
if (NOT TARGET gtest)
77
if(EXT_DOWNLOAD)
88
EXT_DECLARE_DEPENDENCIES()
9-
FetchContent_MakeAvailable(GTest)
9+
FetchContent_MakeAvailable(GoogleTest)
1010
else()
1111
find_package(GTest REQUIRED)
1212
endif()

0 commit comments

Comments
 (0)