From 3fd66d257ae67ec1411e2d5cc985b0b9323881c5 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Sun, 28 Aug 2022 12:59:55 +0100 Subject: [PATCH] Cleanup blank line --- src/Cafe/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cafe/CMakeLists.txt b/src/Cafe/CMakeLists.txt index bcf06943..ae0b3e60 100644 --- a/src/Cafe/CMakeLists.txt +++ b/src/Cafe/CMakeLists.txt @@ -10,7 +10,6 @@ file(GLOB_RECURSE CPP_FILES *.cpp) file(GLOB_RECURSE H_FILES *.h) add_library(CemuCafe ${CPP_FILES} ${H_FILES}) - set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") target_precompile_headers(CemuCafe PRIVATE ../Common/precompiled.h)