diff --git a/CMakeLists.txt b/CMakeLists.txt index 97be0613ddd3003acb5c083f34375de0a1fb96ef..fb59b1e00f3deacdbde4311b6569e93e0c1bf401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -632,7 +632,7 @@ IF(GETTEXT_FOUND) "Gettext found, configuring internationalization") SET(OTB_LANG $ENV{LANG} CACHE STRING "OTB internationalization (Experimental)")#might want to get the Locale from the system here IF(NOT OTB_LANG) - SET(OTB_LANG "en_EN.UTF-8" CACHE STRING "OTB internationalization (Experimental)") + SET(OTB_LANG "en_EN.UTF-8" CACHE STRING "OTB internationalization (Experimental)" FORCE) ENDIF(NOT OTB_LANG) SET(OTB_LANG_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/I18n) ADD_SUBDIRECTORY(I18n)