From 633686438d0cfeb9e7da9849d8b5c1271ed95679 Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Thu, 5 Sep 2024 13:46:27 +0200 Subject: [PATCH] format --- third_party/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)