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
partons
core
partons
Commits
ea7228c0
Commit
ea7228c0
authored
Oct 20, 2020
by
Pawel Sznajder
Browse files
add -fext-numeric-literals to CMAKE
parent
be03c655
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ea7228c0
...
...
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.2)
project
(
PARTONS CXX
)
# define c++ standard and issue all the warning demanded by this standard
add_definitions
(
-std=c++11 -pedantic -Wno-vla-extension
)
add_definitions
(
-std=c++11 -pedantic -Wno-vla-extension
-fext-numeric-literals
)
set
(
CMAKE_CXX_STANDARD 11
)
if
(
NOT DEFINED CMAKE_MACOSX_RPATH
)
...
...
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