Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3fcac711 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Heed CMake warning.

parent 4e2b0181
No related branches found
No related tags found
1 merge request!46HandOn: rename DisplayMultiply() DisplaySumOfMultiply()
......@@ -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.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment