mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 05:40:44 +00:00
CMake: Fix building on 32-bit Linux (Fedora 20).
This commit is contained in:
parent
f10416af8a
commit
92989a8c77
1 changed files with 1 additions and 1 deletions
|
@ -111,6 +111,6 @@ if( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
||||||
CHECK_CXX_COMPILER_FLAG( -msse DUMB_CAN_USE_SSE )
|
CHECK_CXX_COMPILER_FLAG( -msse DUMB_CAN_USE_SSE )
|
||||||
|
|
||||||
if( DUMB_CAN_USE_SSE )
|
if( DUMB_CAN_USE_SSE )
|
||||||
set_source_files_properties( src/it/filter.cpp PROPERTIES COMPILE_FLAGS -msse )
|
set_source_files_properties( src/helpers/resampler.c PROPERTIES COMPILE_FLAGS -msse )
|
||||||
endif( DUMB_CAN_USE_SSE )
|
endif( DUMB_CAN_USE_SSE )
|
||||||
endif( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
endif( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
||||||
|
|
Loading…
Reference in a new issue