From: Wolfgang Bangerth Date: Tue, 20 Jun 2023 22:43:19 +0000 (-0600) Subject: Correct a version number. X-Git-Tag: v9.5.0-rc1~71^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15407%2Fhead;p=dealii.git Correct a version number. --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1befe6d832..8c3043924d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -47,7 +47,7 @@ if(NOT DEFINED DEAL_II_HAVE_TESTS_DIRECTORY) ) endif() - find_package(deal.II 9.3.0 REQUIRED HINTS ${DEAL_II_DIR}) + find_package(deal.II 9.5.0 REQUIRED HINTS ${DEAL_II_DIR}) deal_ii_initialize_cached_variables() project(TESTSUITE CXX) set(_options "-DDEAL_II_DIR=${DEAL_II_PATH}")