From e3c58b2b7209fafe90da9963b9f90ff435d9b94e Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Sun, 19 Nov 2023 23:50:14 +0000 Subject: [PATCH] Squashed 'src/phastinput/' changes from 0d96287a..55f7c018 55f7c018 Not working on linux yet git-subtree-dir: src/phastinput git-subtree-split: 55f7c01802aea37bf4ea3e351e714de77a65e55c --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e791c0b..d1700e6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,6 +154,9 @@ SET_SOURCE_FILES_PROPERTIES(${C_FILES} PROPERTIES LANGUAGE CXX) add_executable(phastinput ${phastinput_SOURCES}) +# c++11 +target_compile_features(phastinput PUBLIC cxx_std_11) + # defines target_compile_definitions(phastinput PRIVATE