Skip to content

Commit

Permalink
Small fixes unlikely to cause build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 10, 2024
1 parent 6443e3b commit 4116cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "DOLFINx"
version: 0.8.0
date-released: 2024-04-22
version: 0.9.0
date-released: 2024-10-10
url: "https://github.com/FEniCS/dolfinx"
doi: "10.5281/zenodo.10047760"
authors:
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ if(DOLFINX_BASIX_PYTHON)
endif()
endif()

find_package(Basix 0.8 REQUIRED CONFIG HINTS ${BASIX_PY_DIR})
find_package(Basix 0.9 REQUIRED CONFIG HINTS ${BASIX_PY_DIR})
set_package_properties(
basix PROPERTIES
TYPE REQUIRED
Expand Down

0 comments on commit 4116cca

Please sign in to comment.