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
argupta
openfpm_pdata
Commits
d42b1749
Commit
d42b1749
authored
Nov 15, 2018
by
incardon
Browse files
Detecting APPLE
parent
05a36e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d42b1749
...
...
@@ -138,9 +138,7 @@ else()
message
(
FATAL_ERROR
"LibHilbert is required in order to install OpenFPM"
)
endif
()
message
(
info
"The system is:
${
CMAKE_HOST_SYSTEM
}
"
)
if
(
CMAKE_HOST_SYSTEM STREQUAL
"osx"
)
if
(
APPLE
)
set
(
DEFINE_HAVE_OSX
"#define HAVE_OSX"
)
endif
()
...
...
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