optimisation: remove inadvertant default value for host_cpu
This commit is contained in:
parent
23b5facb81
commit
395f16c88e
@ -23,7 +23,6 @@ macro (canonical_host)
|
||||
message (FATAL_ERROR "unknown compiler")
|
||||
endif ()
|
||||
|
||||
set (host_cpu "x86_64" CACHE INTERNAL "host cpu type")
|
||||
message (STATUS "checking the host CPU - found '${host_cpu}'")
|
||||
endif ()
|
||||
endmacro (canonical_host)
|
||||
|
Loading…
Reference in New Issue
Block a user