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)