From 395f16c88e76276f6d42dec0bbe8ed7839136ee2 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sat, 2 Feb 2019 17:02:01 +1100 Subject: [PATCH] optimisation: remove inadvertant default value for host_cpu --- canonical_host.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/canonical_host.cmake b/canonical_host.cmake index 3eca0d6..3dc6cbc 100644 --- a/canonical_host.cmake +++ b/canonical_host.cmake @@ -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)