File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,11 @@ if(WITH_MPI)
385
385
include_directories (MPI_INCLUDE_PATH)
386
386
endif (WITH_MPI)
387
387
388
+ # Use modified search procedures for some libraries on MacOS.
389
+ IF (APPLE )
390
+ include (${CMAKE_HOME_DIRECTORY} /OSX.cmake)
391
+ ENDIF (APPLE )
392
+
388
393
389
394
#------------------------------------------------------------------------------
390
395
# Project-wide compiler settings.
Original file line number Diff line number Diff line change @@ -93,11 +93,6 @@ configure_file(
93
93
include (BuildAndInstallScripts)
94
94
include (PickRealOrCplxLibs)
95
95
96
- IF (APPLE )
97
- include (${CMAKE_HOME_DIRECTORY} /OSX.cmake)
98
- ENDIF (APPLE )
99
-
100
-
101
96
# This is needed e.g. for eigenvalue problems.
102
97
# FIXME: Find which projects need it and enclose their CMake scripts in
103
98
# if(WITH_PYTHON) ... endif(WITH_PYTHON). The following should then be not needed,
You can’t perform that action at this time.
0 commit comments