Skip to content
Snippets Groups Projects
Commit d42b1749 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Detecting APPLE

parent 05a36e40
No related branches found
No related tags found
No related merge requests found
Pipeline #913 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment