diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e05221c..7847830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -344,7 +344,7 @@ if(ENABLE_ASM) | |||
344 | endif() | 344 | endif() |
345 | add_definitions(-DHAVE_GNU_STACK) | 345 | add_definitions(-DHAVE_GNU_STACK) |
346 | elseif(APPLE AND "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") | 346 | elseif(APPLE AND "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") |
347 | set(ENABLE_ASM false) | 347 | set(HOST_ASM_MACOSX_X86_64 true) |
348 | elseif(MSVC AND ("${CMAKE_GENERATOR}" MATCHES "Win64" OR "${CMAKE_GENERATOR_PLATFORM}" STREQUAL "x64")) | 348 | elseif(MSVC AND ("${CMAKE_GENERATOR}" MATCHES "Win64" OR "${CMAKE_GENERATOR_PLATFORM}" STREQUAL "x64")) |
349 | set(HOST_ASM_MASM_X86_64 true) | 349 | set(HOST_ASM_MASM_X86_64 true) |
350 | ENABLE_LANGUAGE(ASM_MASM) | 350 | ENABLE_LANGUAGE(ASM_MASM) |