Skip to content

Commit

Permalink
cmake likes set to define variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 10, 2025
1 parent bf4ecff commit ef2c3e5
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 @@ -91,7 +91,7 @@ IF (PULL_INSTALL_MOAB)
ENDIF()

IF (DEFINED ${EIGEN3_DIR})
OPTION_FLAG = "-DEIGEN3_DIR=${EIGEN3_DIR}"
SET(OPTION_FLAG "-DEIGEN3_DIR=${EIGEN3_DIR}")
ENDIF()

ENDIF ()
Expand Down

0 comments on commit ef2c3e5

Please sign in to comment.