Skip to content

Commit 7bab74b

Browse files
authored
Merge pull request #25 from pymor/fix_cmake_find
[cmake] find deal from 9.2 or higher
2 parents 5bafb48 + 19e0f2f commit 7bab74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(pymor_dealii)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/lib)
99

10-
FIND_PACKAGE(deal.II 9.3
10+
FIND_PACKAGE(deal.II 9.2
1111
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
1212
)
1313
IF(NOT ${deal.II_FOUND})

0 commit comments

Comments
 (0)