HDF5Config.cmake - restore patched module path at the end

This commit is contained in:
Andrej730
2025-11-19 19:33:07 +05:00
parent 36a0c22217
commit 12166ddbba
+3
View File
@@ -86,3 +86,6 @@ if(NOT HDF5_INCLUDE_DIR OR NOT HDF5_LIBRARY_DIR)
endif()
endif()
endif()
# Restore module path.
list(PREPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})