Skip to content

Commit

Permalink
Remove DEAL_II_HAS_ALL_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed May 20, 2024
1 parent 90b587d commit 07c5b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/SetupDealII.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(DEAL_II_REQUIRED_FEATURES ARBORX CXX17 MPI P4EST TRILINOS)
foreach(FEATURE ${DEAL_II_REQUIRED_FEATURES})
if(NOT DEAL_II_WITH_${FEATURE})
list(APPEND DEAL_II_MISSING_FEATURES ${FEATURE})
set(DEAL_II_HAS_ALL_DEPENDENCIES FALSE)
endif()
endforeach()

Expand Down

0 comments on commit 07c5b66

Please sign in to comment.