Skip to content

Commit

Permalink
allow linking to dealii9.5.1 as that is the lastest version supported…
Browse files Browse the repository at this point in the history
… by spack
  • Loading branch information
dsambit committed Jun 26, 2024
1 parent d681254 commit 60441fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC ${DFTFE_MPI_LIBRARIES})
#Dependencies
#

FIND_PACKAGE(deal.II 9.5.2 REQUIRED
FIND_PACKAGE(deal.II 9.5.1 REQUIRED
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
)
IF(NOT ${deal.II_FOUND})
Expand Down

0 comments on commit 60441fb

Please sign in to comment.