mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Add SSE3 compile flag if enabled
This commit is contained in:
parent
871fa848df
commit
f4b55b8823
1 changed files with 4 additions and 0 deletions
|
@ -617,6 +617,10 @@ MACRO(NL_SETUP_BUILD)
|
||||||
ENDIF(CLANG)
|
ENDIF(CLANG)
|
||||||
ENDIF(WIN32)
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
IF(WITH_SSE3)
|
||||||
|
ADD_PLATFORM_FLAGS("-msse3")
|
||||||
|
ENDIF(WITH_SSE3)
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
IF(NOT XCODE)
|
IF(NOT XCODE)
|
||||||
IF(CMAKE_OSX_ARCHITECTURES)
|
IF(CMAKE_OSX_ARCHITECTURES)
|
||||||
|
|
Loading…
Reference in a new issue