Skip to content
Snippets Groups Projects
Commit 697ab0a0 authored by Kitty Barnett's avatar Kitty Barnett
Browse files

Windows 32-bit builds errors

parent 7b50ba38
No related branches found
No related tags found
No related merge requests found
...@@ -82,9 +82,9 @@ if (WINDOWS) ...@@ -82,9 +82,9 @@ if (WINDOWS)
# warnings about this switch being ignored. # warnings about this switch being ignored.
# [SL:KB] - Moved to variables for the convenience of people who are not Kitty # [SL:KB] - Moved to variables for the convenience of people who are not Kitty
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP") #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
if( ADDRESS_SIZE EQUAL 32 ) #if( ADDRESS_SIZE EQUAL 32 )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /p:PreferredToolArchitecture=x64") # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /p:PreferredToolArchitecture=x64")
endif() #endif()
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO set(CMAKE_CXX_FLAGS_RELWITHDEBINFO
"${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /Zo" "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /Zo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment