Closed cgumpert closed 7 years ago
Notifying @vvolkl and @jhrdinka
@cgumpert Please test
I tested is now and it is working fine.
Ok, thanks.
Thanks for the quick fix. Would it be possible to make a new tag with this fix included?
Thanks, Christian
yes, will make a new tag on Monday
@andresailer Thanks, please let us know once the tag was created. Then we can also make a new tag for the ACTS package which the FCC developers are waiting for (apologies for acronym overload).
I've made the new tag: https://github.com/AIDASoft/DD4hep/releases/tag/v00-22
Hi,
we (= the ACTS project) is relying on DD4hep for parts of our code. We use cmake as build configuration system and include the DD4hep dependencies in our
CMakeLists.txt
by lines like the following:We make sure that the
CMAKE_PREFIX_PATH
include the DD4hep installation directory. However, the cmake configuration fails with the following error:Please note that the configuration succeeds if we do not request a minimum DD4hep version. We believe that this failure is caused by a missing
DD4hepConfigVersion.cmake
file.We see that the package configuration files are supposed to be prepared with the code at CMakeLists.txt#L155 cmake/DD4hepMacros.cmake#L70
However, there is no
DD4hepConfigVersion.cmake.in
inside the cmake. (In general, the whole cmake package configuration setup seems to be overly complicated. There are standard cmake helpers for generating package configuration files.)Cheers, Christian