Skip to content
Snippets Groups Projects
Commit 0c855692 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Mistakenly inverted the sense of the LL_64BIT_BUILD test.

parent 6c7a9728
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ if (WINDOWS) ...@@ -79,7 +79,7 @@ if (WINDOWS)
) )
# Nicky: x64 implies SSE2 # Nicky: x64 implies SSE2
if( ADDRESS_SIZE EQUAL 64 ) if( ADDRESS_SIZE EQUAL 32 )
add_definitions( /arch:SSE2 ) add_definitions( /arch:SSE2 )
endif() endif()
......
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