Hi, Upon trying to configure Geant4 11.0.0 with CMake 3.16.3 I get the following message: ``` CMake Error at cmake/Modules/G4CPack.cmake:14 (include): include could not find load file: G4GitUtilities Call Stack (most recent call first): cmake/Modules/G4CMakeMain.cmake:139 (include) CMakeLists.txt:50 (include) CMake Error at cmake/Modules/G4CPack.cmake:106 (geant4_git_find_dirty): Unknown CMake command "geant4_git_find_dirty". Call Stack (most recent call first): cmake/Modules/G4CMakeMain.cmake:139 (include) CMakeLists.txt:50 (include) ``` At this point the configuration stops. Thanks.
Apologies, this was an undiscovered bug in the new CPack release tarball generation that was deployed for the first time in this release. This has now been addressed, and tags, tarballs have been recreated. If you downloaded from the website, you may need to refresh you browser or cache. I'm making as resolved fixed, but please reopen if problems persist.
(In reply to Ben Morgan from comment #1) > Apologies, this was an undiscovered bug in the new CPack release tarball > generation that was deployed for the first time in this release. This has > now been addressed, and tags, tarballs have been recreated. If you > downloaded from the website, you may need to refresh you browser or cache. > > I'm making as resolved fixed, but please reopen if problems persist. A fresh download configured without issue. Currently being built will report a new bug if any other issues develop. Thanks for the quick fix.
*** Problem 2454 has been marked as a duplicate of this problem. ***