Skip to content

Commit

Permalink
Update FetchGTest
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 2, 2020
1 parent e265b92 commit 17d4ac4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/FetchGTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ FetchContent_Declare(
)

set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)
FetchContent_MakeAvailable(googletest)

set_target_properties(gtest gtest_main gmock gmock_main PROPERTIES FOLDER "Dependencies/gtest")

0 comments on commit 17d4ac4

Please sign in to comment.