Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcromani committed Mar 25, 2024
1 parent 7b76dd2 commit be2c910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FetchContent_Declare(
URL https://github.com/google/googletest/archive/f8d7d77c06936315286eb55f8de22cd23c188571.zip
)

set(GTEST_LINKED_AS_SHARED_LIBRARY TRUE)

set(gtest_force_shared_crt
ON
CACHE BOOL "" FORCE)
Expand Down

0 comments on commit be2c910

Please sign in to comment.