Import Geant4 11.2.2 source tree
This commit is contained in:
@@ -333,20 +333,21 @@ function(geant4_configure_datasets)
|
||||
message(" ${_missing} (${_vers})")
|
||||
endforeach()
|
||||
message(" ")
|
||||
message(" If you want to have these datasets installed automatically")
|
||||
message(" simply re-run cmake and set the GEANT4_INSTALL_DATA")
|
||||
message(" variable to ON. This will configure the build to download")
|
||||
message(" and install these datasets for you. For example, on the")
|
||||
message(" command line, do:")
|
||||
message(" - If you have access to cvmfs, you can use standard datasets")
|
||||
message(" by reconfiguring with:")
|
||||
message(" cmake -DGEANT4_INSTALL_DATADIR=/cvmfs/geant4.cern.ch/share/data <...>")
|
||||
message(" The variable can also be set in ccmake or cmake-gui.")
|
||||
message(" - If you want to have these datasets installed by Geant4,")
|
||||
message(" simply re-run cmake with GEANT4_INSTALL_DATA=ON. This will")
|
||||
message(" configure the build to download and install these datasets for you.")
|
||||
message(" For example, use:")
|
||||
message(" cmake -DGEANT4_INSTALL_DATA=ON <otherargs>")
|
||||
message(" ")
|
||||
message(" cmake -DGEANT4_INSTALL_DATA=ON <otherargs>")
|
||||
message(" ")
|
||||
message(" The variable can also be toggled in ccmake or cmake-gui.")
|
||||
message(" If you're running on a Windows system, this is the best")
|
||||
message(" solution as CMake will unpack the datasets for you")
|
||||
message(" without any further software being required")
|
||||
message(" ")
|
||||
message(" Alternatively, you can install these datasets manually")
|
||||
message(" - Alternatively, you can install these datasets manually")
|
||||
message(" now or after you have installed Geant4. To do this,")
|
||||
message(" download the following files:")
|
||||
message(" ")
|
||||
|
||||
Reference in New Issue
Block a user