Skip to content

Commit

Permalink
Merge pull request #53 from streeve/remove_cajita_error
Browse files Browse the repository at this point in the history
Remove explicit error for Cajita
  • Loading branch information
streeve authored Sep 25, 2023
2 parents 6f64578 + dbaa859 commit 207ce94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ find_package(Cabana REQUIRED COMPONENTS Cabana::Cajita Cabana::cabanacore)
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()

# find Clang Format
find_package( CLANG_FORMAT 14 )
Expand Down

0 comments on commit 207ce94

Please sign in to comment.