Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
dfcba7d4
Commit
dfcba7d4
authored
May 27, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete flags and define for MacOS compilation.
parent
3b8a93dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
cmake/ACGCompiler.cmake
cmake/ACGCompiler.cmake
+0
-14
No files found.
cmake/ACGCompiler.cmake
View file @
dfcba7d4
...
...
@@ -33,14 +33,6 @@ if (UNIX)
list
(
APPEND ADDITIONAL_CXX_RELWITHDEBINFO_FLAGS
"-ftemplate-depth-100"
)
ENDIF
()
################################################################################
# OS Defines
################################################################################
if
(
APPLE
)
add_definitions
(
-DARCH_DARWIN
)
endif
()
################################################################################
# Build/Release Defines
################################################################################
...
...
@@ -68,12 +60,6 @@ if (UNIX)
list
(
APPEND ADDITIONAL_C_RELWITHDEBINFO_FLAGS
"-W"
"-Wall"
"-Wno-unused"
)
ENDIF
()
if
(
APPLE
)
list
(
APPEND ADDITIONAL_CXX_DEBUG_FLAGS
"-Wno-non-virtual-dtor"
)
list
(
APPEND ADDITIONAL_CXX_RELEASE_FLAGS
"-Wno-non-virtual-dtor"
)
list
(
APPEND ADDITIONAL_CXX_RELWITHDEBINFO_FLAGS
"-Wno-non-virtual-dtor"
)
endif
()
################################################################################
# STL Vector checks
################################################################################
...
...
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