Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
aion
Commits
55c5bfa9
Commit
55c5bfa9
authored
Mar 12, 2018
by
Philip Trettner
Browse files
Made c++11 an internal flag so other projects can use c++17
parent
6dfa587f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
55c5bfa9
...
...
@@ -10,6 +10,6 @@ if (MSVC)
target_compile_options
(
aion PUBLIC /MP
)
else
()
target_compile_options
(
aion PRIVATE -Wall -Werror -fPIC
)
target_compile_options
(
aion P
UBLIC
target_compile_options
(
aion P
RIVATE
$<$<COMPILE_LANGUAGE:CXX>:-std=c++11>
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment