Skip to content

Commit e3c58b2

Browse files
author
Darth Vader
committed
Squashed 'src/phastinput/' changes from 0d96287a..55f7c018
55f7c018 Not working on linux yet git-subtree-dir: src/phastinput git-subtree-split: 55f7c01802aea37bf4ea3e351e714de77a65e55c
1 parent 838a853 commit e3c58b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ SET_SOURCE_FILES_PROPERTIES(${C_FILES} PROPERTIES LANGUAGE CXX)
154154

155155
add_executable(phastinput ${phastinput_SOURCES})
156156

157+
# c++11
158+
target_compile_features(phastinput PUBLIC cxx_std_11)
159+
157160
# defines
158161
target_compile_definitions(phastinput
159162
PRIVATE

0 commit comments

Comments
 (0)