summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis <35883445+louist103@users.noreply.github.com>2024-01-11 21:40:20 -0500
committerLouis <35883445+louist103@users.noreply.github.com>2024-01-11 21:40:20 -0500
commitd77bf8826e6a2dfa2554e7b53aa1cc5a460d5e63 (patch)
treebde881d0c631aa4b10e2939be1f7e4b9bc83fde7
parent8c4b116a2d34bb1490ef458ff597985ac590e55e (diff)
64 bit
-rw-r--r--ZAPD/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/CMakeLists.txt b/ZAPD/CMakeLists.txt
index 31447fa..4739288 100644
--- a/ZAPD/CMakeLists.txt
+++ b/ZAPD/CMakeLists.txt
@@ -298,7 +298,7 @@ endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
foreach(ZTarget ${PROJECT_NAME} ZAPD)
get_property(MSVC_RUNTIME_LIBRARY_DEFAULT TARGET ${ZTarget} PROPERTY MSVC_RUNTIME_LIBRARY)
- if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL "Win32")
+ if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL "Win32" OR "${CMAKE_VS_PLATFORM_NAME}" STREQUAL "x64")
string(CONCAT "MSVC_RUNTIME_LIBRARY_STR"
$<$<CONFIG:Debug>:
MultiThreadedDebug