diff --git a/HandsOn/Config/cmake/Settings.cmake b/HandsOn/Config/cmake/Settings.cmake
index 68b6bd2824531753d974c01ea88618f6060d92de..e8574e9dc2f258320ae125ba63fa72a529a2b303 100644
--- a/HandsOn/Config/cmake/Settings.cmake
+++ b/HandsOn/Config/cmake/Settings.cmake
@@ -20,5 +20,5 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
 endif()
 
 
-set(CMAKE_CXX_STANDARD 17 CACHE INTEGER "Version of the C++ standard to use")
-set(CMAKE_CXX_EXTENSIONS OFF CACHE BOOL "If ON the GNU version of the standard is used.")
\ No newline at end of file
+set(CMAKE_CXX_STANDARD 17 CACHE STRING "Version of the C++ standard to use")
+set(CMAKE_CXX_EXTENSIONS OFF CACHE BOOL "If ON the GNU version of the standard is used.")