trying to cmake g4py with custom installation path, but it is always installed in the source file directory regardless the install path I inputed for example:- cmake -DCMAKE_INSTALL_PREFIX=/home/user/g4py /home/user/Download/geant4.10.2.p02/environment/g4py/ where my source file is at /home/user/Download/... When i try to cmake it, it showed my install prefix at ../Download/geant4.10.2.p02/... rather than /home/user/g4py.
fixed in 10.5 release.