Skip to content

Commit

Permalink
Merge pull request picassodev#96 from streeve/remove_cajita_error
Browse files Browse the repository at this point in the history
Remove error if Cajita not enabled
  • Loading branch information
streeve authored Sep 22, 2023
2 parents 3e651fe + aad27d9 commit dc75aa5
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 @@ -17,9 +17,6 @@ if(Kokkos_VERSION_MAJOR LESS 4 AND Kokkos_VERSION_MINOR LESS 7)
message( FATAL_ERROR "Picasso requires Kokkos >= 3.7" )
endif()

if( NOT Cabana_ENABLE_CAJITA )
message( FATAL_ERROR "Cabana must be compiled with Cajita enabled" )
endif()
option( Picasso_REQUIRE_SILO "Require Picasso to build with Cabana Silo support" OFF )
if( Picasso_REQUIRE_SILO AND NOT Cabana_ENABLE_SILO )
message( FATAL_ERROR "Cabana was not compiled with SILO" )
Expand Down

0 comments on commit dc75aa5

Please sign in to comment.