You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_package(HDF5 @HDF5_VERSION@ QUIET COMPONENTS C CXX)
CMake Error at /home/cate/devel/buildConda/INSTALL/lib/cmake/STIR-6.2/STIRConfig.cmake:128 (find_package):
find_package called with invalid argument "1.14.4-3"
CMake was happy once we hand-edited the (exported) STIRConfig.cmake to use version 1.14.4.
We will therefore have to trim the version keyword(s).
The text was updated successfully, but these errors were encountered:
On @CateGascoigne 's Ubuntu 22.04, we followed https://github.com/SyneRBI/SIRF/wiki/Building-SIRF-and-CIL-with-conda. This gave an error when configuring SIRF where CMake complained about the line generated from
STIR/src/cmake/STIRConfig.cmake.in
Line 102 in 7508bab
CMake was happy once we hand-edited the (exported)
STIRConfig.cmake
to use version 1.14.4.We will therefore have to trim the version keyword(s).
The text was updated successfully, but these errors were encountered: