optimisation: downgrade unknown architecture to a warning
This commit is contained in:
parent
395f16c88e
commit
68d37542d9
@ -97,7 +97,7 @@ elseif (${host_cpu} STREQUAL "i686")
|
|||||||
append_compile_flag(-mcmov)
|
append_compile_flag(-mcmov)
|
||||||
append_compile_flag(-mfpmath=sse)
|
append_compile_flag(-mfpmath=sse)
|
||||||
else ()
|
else ()
|
||||||
message (FATAL_ERROR "unknown HOST_CPU '${host_cpu}'")
|
message (WARNING "Unknown architecture. Not attempting performance options")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user