Skip to content

Commit

Permalink
no caps for include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 10, 2025
1 parent 8a8597d commit 9d4ccc0
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 @@ -22,7 +22,7 @@ MACRO (moab_pull_make)
MESSAGE("HDF5_ROOT: ${HDF5_ROOT}")
SET(MOAB_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/moab")
SET(MOAB_ROOT "${CMAKE_BINARY_DIR}/moab")
SET(MOAB_INCLUDE_DIRS "${MOAB_INSTALL_PREFIX}/INCLUDE")
SET(MOAB_INCLUDE_DIRS "${MOAB_INSTALL_PREFIX}/include")
SET(MOAB_LIBRARY_DIRS "${MOAB_INSTALL_PREFIX}/lib")
MESSAGE("MOAB_LIBRARY_DIRS: ${MOAB_LIBRARY_DIRS}")
MESSAGE("CMAKE_SHARED_LIBRARY_SUFFIX: ${CMAKE_SHARED_LIBRARY_SUFFIX}")
Expand Down

0 comments on commit 9d4ccc0

Please sign in to comment.