Skip to content

Commit

Permalink
Correct according to CMake requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser authored Mar 12, 2024
1 parent 4d59e33 commit c280bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ProcessOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ function( NEST_PROCESS_WITH_MPI )
if ( NOT "${with-mpi}" STREQUAL "OFF" )
if ( NOT ${with-mpi} STREQUAL "ON" )
# if set, use this prefix
set( MPI_ROOT_DIR "${with-mpi}" )
set( MPI_ROOT "${with-mpi}" )
endif ()
find_package( MPI REQUIRED )
if ( MPI_CXX_FOUND )
Expand Down

0 comments on commit c280bdc

Please sign in to comment.