Skip to content

Commit

Permalink
Remove Picasso_REQUIRE_SILO; configured in Cabana only
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Oct 22, 2024
1 parent cd911a6 commit 0a7b741
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ if(Picasso_REQUIRE_ARBORX OR ArborX_FOUND)
find_package(ArborX REQUIRED)
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" )
endif()

# find dependencies (from Cabana CMakeLists.txt)
macro(Picasso_add_dependency)
cmake_parse_arguments(PICASSO_DEPENDENCY "" "PACKAGE" "" ${ARGN})
Expand Down

0 comments on commit 0a7b741

Please sign in to comment.