From 332fc8d0e75ac424b65de9f11907f3a078aafcf3 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Fri, 19 Jun 2015 15:56:24 +0200 Subject: [PATCH] Update description of CPU_TYPE -- it does not disable anything anymore --- neo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index c5e11188..b6662492 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -36,7 +36,7 @@ option(USE_SYSTEM_LIBJPEG option(USE_SYSTEM_LIBGLEW "Use the system libglew instead of the bundled one" OFF) -set(CPU_TYPE "" CACHE STRING "When set, passes this string as CPU-ID and disables CPU specific optimizatin which are not default for the compiler") +set(CPU_TYPE "" CACHE STRING "When set, passes this string as CPU-ID which will be embedded into the binary.") set(CPU_OPTIMIZATION "-mmmx -msse -msse2" CACHE STRING "Which CPU specific optimitations should be used beside the compiler's default?")