Skip to content
Snippets Groups Projects
Commit 2ca85d64 authored by Lars Bilke's avatar Lars Bilke
Browse files

[conan] Pin package revisions.

parent ca8f05ce
No related branches found
No related tags found
1 merge request!4253[conan] Pin package revisions.
......@@ -29,8 +29,11 @@ set(CONAN_SYSTEM_INCLUDES ON)
include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake)
if(OGS_USE_NETCDF)
list(APPEND CONAN_REQUIRES netcdf-cxx/4.3.1-3@bilke/testing
hdf5/${ogs.minimum_version.hdf5}
list(APPEND CONAN_REQUIRES
"netcdf/4.7.4#3af05a96c74c5ec03320790eb6aa8d2b"
"netcdf-cxx/4.3.1-3@bilke/testing#ca3ccf6c9a33aebdcaff7c5b8f493770"
"zlib/1.2.12#a30750797caa71bd61bd0a18189caa28"
"hdf5/${ogs.minimum_version.hdf5}#71171442d15f19773a1c0cd7abe95988"
)
set(CONAN_OPTIONS netcdf:dap=False)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment