Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belr
Commits
cc6dc966
Commit
cc6dc966
authored
Jan 18, 2016
by
Sylvain Berfini
🐮
Browse files
Yet another attempt to fix cmake build
parent
91c55925
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cc6dc966
...
...
@@ -84,6 +84,7 @@ if(NOT MSVC)
endif
()
if
(
APPLE
)
list
(
APPEND STRICT_OPTIONS_CPP
"-Wno-error=unknown-warning-option"
"-Qunused-arguments"
"-Wno-tautological-compare"
"-Wno-unused-function"
"-Wno-array-bounds"
)
list
(
APPEND STRICT_OPTIONS_CXX
"-stdlib=libc++"
)
endif
()
if
(
ENABLE_STRICT
)
list
(
APPEND STRICT_OPTIONS_CPP
"-Werror"
"-fno-strict-aliasing"
)
...
...
Write
Preview
Markdown
is supported
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