optimisation: remove inadvertant default value for host_cpu

This commit is contained in:
Danny Robson 2019-02-02 17:02:01 +11:00
parent 23b5facb81
commit 395f16c88e
1 changed files with 0 additions and 1 deletions

View File

@ -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)