Skip to content

Commit

Permalink
how about now ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 10, 2025
1 parent e7a03fd commit 5907867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MOAB_PullAndMake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ENDMACRO(moab_pull_make)
MACRO (moab_autobuild_check_deps)
# First check IF we are forcing the download of MOAB
IF (PULL_INSTALL_MOAB)
IF (NOT DEFINED HDF5_ROOT or not DEFINED ${HDF5_ROOT})
IF (NOT DEFINED HDF5_ROOT)
MESSAGE(FATAL_ERROR "HDF5_ROOT is required to build MOAB")
ENDIF()

Expand Down

0 comments on commit 5907867

Please sign in to comment.