Skip to content
Snippets Groups Projects
Commit c27494ef authored by Maxence Naud's avatar Maxence Naud Committed by Maxence Naud
Browse files

Enforce C++-14 in 'CMakeLists.txt'

parent f0673207
No related branches found
No related tags found
1 merge request!26[UPD] Enforce C++ version and improve 'setup.py' flexibility
cmake_minimum_required(VERSION 3.18)
set(CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
file(STRINGS "${CMAKE_SOURCE_DIR}/version.txt" version)
......
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