Skip to content
Snippets Groups Projects
Commit bdf6c818 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Add required CXX standards to the main CMakeLists file

parent d1104797
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
# === Preamble ===
cmake_minimum_required(VERSION 3.12...3.19.1)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Make the 'cmake' module directory visible to CMake.
list( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment