From d232daa619c52a6adfbbc493c6139001b298c143 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Fri, 25 Aug 2017 17:52:12 +0200 Subject: [PATCH] typo in doc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b52d9b5f42..e394fc496d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,7 +214,7 @@ option(OTB_USE_DEPRECATED "Turn on the use and test of deprecated classes" OFF) mark_as_advanced(OTB_USE_DEPRECATED) option(OTB_USE_OPENMP "Add openmp compiler and linker flags" ON) -option(OTB_USE_SSE_FLAGS "Enable SIMD optimisations (hardware dependant)." OFF) +option(OTB_USE_SSE_FLAGS "Enable SIMD optimizations (hardware dependant)." OFF) #----------------------------------------------------------------------------- # SHOW_ALL_MSG_DEBUG option option(OTB_SHOW_ALL_MSG_DEBUG "Show all debug messages (very verbose)" OFF) -- GitLab