Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
66d8e15f
Commit
66d8e15f
authored
Dec 06, 2011
by
Sylvain Thery
Browse files
bug CMakeLists
parent
311fb68f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ThirdParty/Numerical/CMakeLists.txt
View file @
66d8e15f
...
...
@@ -11,7 +11,7 @@ include_directories(METIS UFconfig AMD CAMD COLAMD CCOLAMD CHOLMOD UMFPACK)
IF
(
APPLE
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-D_MACOSX -ObjC++ -D__PLACEMENT_NEW_INLINE"
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-D_MACOSX -O3 -fno-strict-aliasing"
)
SET
(
PATHSDK
"/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks"
CACHE STRING
)
SET
(
PATHSDK
"/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks"
CACHE STRING
"SDK framework"
)
ELSE
(
APPLE
)
IF
(
UNIX
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-O3 -fno-strict-aliasing -D_UNIX -D__PLACEMENT_NEW_INLINE "
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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