From 0a7b741c80a6f5901d8d6005ce9d0803263b5e79 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:40:56 -0400 Subject: [PATCH] Remove Picasso_REQUIRE_SILO; configured in Cabana only --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f45e6d..3176366 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})