Advanced Computing Platform for Theoretical Physics

Commit 2fb9ffc7 authored by Yu-Chen Ding's avatar Yu-Chen Ding
Browse files

make sure -std=c++17

parent dd0bef09
......@@ -13,10 +13,12 @@ message(">> CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
message(">> CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
project(libhelmod
VERSION 2.0.0
VERSION 2.1.0
LANGUAGES CXX
DESCRIPTION "C++ interface for HelMod")
set(CMAKE_CXX_STANDARD 17)
set(HELMOD_DATA_PATH "" CACHE PATH "with isotope matricies")
if (HELMOD_DATA_PATH)
set(HELMOD_DATA_PATH_NOT_BUILTIN 0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment