Skip to content

Commit 4be94aa

Browse files
Apply suggestions from code review
adding @jon-proximafusion suggestions Co-authored-by: Jon Shimwell <[email protected]>
1 parent 8c05ac7 commit 4be94aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/MOAB_PullAndMake.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ MACRO (moab_pull_make moab_version)
55
message(STATUS "MOAB will be downloaded and built")
66
include(ExternalProject)
77
message("HDF5_ROOT: ${HDF5_ROOT}")
8-
SET(MOAB_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/moab")
8+
set(MOAB_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/moab")
99
set(MOAB_ROOT "${CMAKE_BINARY_DIR}/moab")
1010
set(MOAB_INCLUDE_DIRS "${MOAB_INSTALL_PREFIX}/include")
1111
set(MOAB_LIBRARY_DIRS "${MOAB_INSTALL_PREFIX}/lib")
1212
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}")
1414
set(MOAB_LIBRARIES_SHARED "")
1515
ExternalProject_Add(MOAB_ep
1616
PREFIX ${MOAB_ROOT}

0 commit comments

Comments
 (0)