optimisation: downgrade unknown architecture to a warning

This commit is contained in:
Danny Robson 2019-02-02 17:02:17 +11:00
parent 395f16c88e
commit 68d37542d9

View File

@ -97,7 +97,7 @@ elseif (${host_cpu} STREQUAL "i686")
append_compile_flag(-mcmov)
append_compile_flag(-mfpmath=sse)
else ()
message (FATAL_ERROR "unknown HOST_CPU '${host_cpu}'")
message (WARNING "Unknown architecture. Not attempting performance options")
endif ()