Skip to content
Snippets Groups Projects
Commit f5b4286e authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix compilation if HDF5 is explicitly deactivated

parent 34807893
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ if (PUGS_ENABLE_HDF5 MATCHES "^(AUTO|ON)$") ...@@ -289,7 +289,7 @@ if (PUGS_ENABLE_HDF5 MATCHES "^(AUTO|ON)$")
set(PUGS_HAS_HDF5 ${HDF5_FOUND}) set(PUGS_HAS_HDF5 ${HDF5_FOUND})
else() else()
unset(HIGHFIVE_TARGET) unset(HIGHFIVE_TARGET)
unset(HDF5_TARGET PkgConfig::HDF5) unset(HDF5_TARGET)
unset(PUGS_HAS_HDF5) unset(PUGS_HAS_HDF5)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment