Skip to content

Commit

Permalink
Made compatibility deal.ii 9.5 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcroft committed Jan 15, 2025
1 parent bd73247 commit a78f298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ message(STATUS "=========================================================")
message(STATUS "")

# Find deal.II installation
find_package(deal.II 9.4.0 QUIET
find_package(deal.II 9.5.0 QUIET
HINTS ${DEAL_II_DIR} $ENV{DEAL_II_DIR}
)
if(NOT ${deal.II_FOUND})
Expand Down
2 changes: 1 addition & 1 deletion cmake/setup_application.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()


# Find deal.II installation
find_package(deal.II 9.4.0 QUIET
find_package(deal.II 9.5.0 QUIET
HINTS ${DEAL_II_DIR} $ENV{DEAL_II_DIR}
)
if(NOT ${deal.II_FOUND})
Expand Down

0 comments on commit a78f298

Please sign in to comment.