Make TARGET_ARCH persistent.
This commit is contained in:
parent
93d4197bd2
commit
a5d9089b0c
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ if (WIN32)
|
|||
}" HAVE_X64)
|
||||
|
||||
if (HAVE_X64)
|
||||
set(TARGET_ARCH x64)
|
||||
set(TARGET_ARCH x64 CACHE INTERNAL "")
|
||||
else ()
|
||||
set(TARGET_ARCH x86)
|
||||
set(TARGET_ARCH x86 CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
|
Loading…
Reference in a new issue