Skip to content

Commit

Permalink
fixup: remove explicit failure for MPI/Cajita
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 9, 2024
1 parent 047cd4c commit 9a29491
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
##---------------------------------------------------------------------------##
find_package(Cabana REQUIRED)

if( NOT Cabana_ENABLE_MPI )
message( FATAL_ERROR "Cabana must be compiled with MPI" )
endif()
if( NOT Cabana_ENABLE_CAJITA )
message( FATAL_ERROR "Cabana must be compiled with Cajita" )
endif()

##---------------------------------------------------------------------------##
# Set up optional libraries
##---------------------------------------------------------------------------##
Expand Down

0 comments on commit 9a29491

Please sign in to comment.