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

enforce C++ 14

parent f6035b6c
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!315[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