From 3aa117c9b0c9dd4cfaa8dd38cb542113c26b6090 Mon Sep 17 00:00:00 2001 From: click Date: Fri, 27 Aug 2010 19:38:28 +0200 Subject: Buildsystem: Make SSE-variables "advanced" so that they don't confuse people more than needed (will not show unless 'advanced' is ticked in the GUI) --HG-- branch : trunk --- cmake/OptimizeForArchitecture.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmake/OptimizeForArchitecture.cmake') diff --git a/cmake/OptimizeForArchitecture.cmake b/cmake/OptimizeForArchitecture.cmake index d61b07ed6fd..4f10270b97d 100644 --- a/cmake/OptimizeForArchitecture.cmake +++ b/cmake/OptimizeForArchitecture.cmake @@ -218,5 +218,7 @@ macro(OptimizeForArchitecture) endif(NOT GCC_4_5_2) endif(GCC_4_5_0) endif(CMAKE_COMPILER_IS_GNUCXX) - endif(CMAKE_C_COMPILER MATCHES "cl(.exe)?$") + endif(CMAKE_C_COMPILER MATCHES "cl(.exe)?$") + + mark_as_advanced(USE_SSE2 USE_SSE3 USE_SSE4a USE_SSSE3) endmacro(OptimizeForArchitecture) -- cgit v1.2.3