diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index f0822a67..4d919b74 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -16,7 +16,9 @@ add_subdirectory(fmt) if(WIN32) # For Windows: Prevent overriding the parent project's compiler/linker settings - set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) + set(gtest_force_shared_crt + ON + CACHE BOOL "" FORCE) endif() find_package(GTest QUIET)