Advanced Computing Platform for Theoretical Physics

Commit bb1af3d5 authored by pierog's avatar pierog
Browse files

put "normal CRMC" as default

parent 7c8a8a3b
......@@ -13,9 +13,9 @@ endmacro ()
# Enable/Disable models to be built
CRMC_OPTION (CRMC_STATIC "Build with static library" OFF) #if ON should not combined DPMJET/PHOJET/PYTHIA because they use different version of pythia (for dynamic library no problem)
OPTION (__CRMCPROG__ "Build stabdalone CRMC program" OFF) # standard CRMC installation (crmc protgram)
OPTION (__GEANT4__ "Build with geant4 interface" ON) # crmc-geant4 interface
OPTION (__GEANT4PHYS__ "Build with geant4 interface" ON) # crmc geant4 physics list (requires geant4 to be installed)
OPTION (__CRMCPROG__ "Build stabdalone CRMC program" ON) # standard CRMC installation (crmc protgram)
OPTION (__GEANT4__ "Build with geant4 interface" OFF) # crmc-geant4 interface
OPTION (__GEANT4PHYS__ "Build with geant4 interface" OFF) # crmc geant4 physics list (requires geant4 to be installed)
CRMC_OPTION (CRMC_ENABLE_ROOT "Build with ROOT support" OFF) # not encouraged! Please use HepMC
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment