File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ MACRO (moab_pull_make moab_version)
5
5
message (STATUS "MOAB will be downloaded and built" )
6
6
include (ExternalProject )
7
7
message ("HDF5_ROOT: ${HDF5_ROOT} " )
8
- SET (MOAB_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX} /moab" )
8
+ set (MOAB_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX} /moab" )
9
9
set (MOAB_ROOT "${CMAKE_BINARY_DIR} /moab" )
10
10
set (MOAB_INCLUDE_DIRS "${MOAB_INSTALL_PREFIX} /include" )
11
11
set (MOAB_LIBRARY_DIRS "${MOAB_INSTALL_PREFIX} /lib" )
12
12
message ("MOAB_LIBRARY_DIRS: ${MOAB_LIBRARY_DIRS} " )
13
- MEsSAGE ("CMAKE_SHARED_LIBRARY_SUFFIX: ${CMAKE_SHARED_LIBRARY_SUFFIX} " )
13
+ message ("CMAKE_SHARED_LIBRARY_SUFFIX: ${CMAKE_SHARED_LIBRARY_SUFFIX} " )
14
14
set (MOAB_LIBRARIES_SHARED "" )
15
15
ExternalProject_Add (MOAB_ep
16
16
PREFIX ${MOAB_ROOT}
You can’t perform that action at this time.
0 commit comments