Skip to content
Snippets Groups Projects
Commit 8fcd0a1d authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Removing C++ 20 requirement

parent 0a9e229b
No related branches found
No related tags found
No related merge requests found
Pipeline #163309 passed
...@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.0) ...@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.0)
include(CheckCXXCompilerFlag) include(CheckCXXCompilerFlag)
project(NPLib CXX) project(NPLib CXX)
set(CMAKE_BUILD_TYPE Release) set(CMAKE_BUILD_TYPE Release)
set (CMAKE_CXX_STANDARD 20)
# Setting the policy to match Cmake version # Setting the policy to match Cmake version
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}) cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment