From d77bf8826e6a2dfa2554e7b53aa1cc5a460d5e63 Mon Sep 17 00:00:00 2001 From: Louis <35883445+louist103@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:40:20 -0500 Subject: [PATCH] 64 bit --- ZAPD/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" $<$: MultiThreadedDebug