aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfl890 <87506407+rfl890@users.noreply.github.com>2024-08-02 15:10:26 +0500
committerGitHub <noreply@github.com>2024-08-02 15:10:26 +0500
commitbecbdfbfc36dde9cfc2d509918d44cd4f1b207e6 (patch)
treeb512c2c6d83b8e831573aaa87970814f9ad82853
parenta94f45b44d5e19f0d0f025594cb9a0aa9ac1e6a3 (diff)
downloadportable-becbdfbfc36dde9cfc2d509918d44cd4f1b207e6.tar.gz
portable-becbdfbfc36dde9cfc2d509918d44cd4f1b207e6.tar.bz2
portable-becbdfbfc36dde9cfc2d509918d44cd4f1b207e6.zip
Update CMakeLists.txt
-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()