aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfl890 <87506407+rfl890@users.noreply.github.com>2024-08-02 18:46:16 +0200
committerGitHub <noreply@github.com>2024-08-02 18:46:16 +0200
commite99a7dd931065e4b3535cb3e2e8bee8c3db0afaf (patch)
tree68d3fe7da3574e6270ea8a9886094fa693b597aa
parent50e2e2ff63b1754e5f11c57e608c524e48cadd03 (diff)
parentb1bc704474059c8a36149a63c02749501b9a3cea (diff)
downloadportable-e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf.tar.gz
portable-e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf.tar.bz2
portable-e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf.zip
Merge b1bc704474059c8a36149a63c02749501b9a3cea into 50e2e2ff63b1754e5f11c57e608c524e48cadd03
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 670aa9a..342d4e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -398,7 +398,7 @@ if(ENABLE_ASM)
398 elseif(MSVC AND (CMAKE_GENERATOR MATCHES "Win64" OR CMAKE_GENERATOR_PLATFORM STREQUAL "x64")) 398 elseif(MSVC AND (CMAKE_GENERATOR MATCHES "Win64" OR CMAKE_GENERATOR_PLATFORM STREQUAL "x64"))
399 set(HOST_ASM_MASM_X86_64 true) 399 set(HOST_ASM_MASM_X86_64 true)
400 ENABLE_LANGUAGE(ASM_MASM) 400 ENABLE_LANGUAGE(ASM_MASM)
401 elseif(MINGW AND CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") 401 elseif(MINGW AND HOST_X86_64)
402 set(HOST_ASM_MINGW64_X86_64 true) 402 set(HOST_ASM_MINGW64_X86_64 true)
403 endif() 403 endif()
404endif() 404endif()