Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
# configuration.
|
||||
#
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# - Functions and Macros to help configuration of shell scripts.
|
||||
#-----------------------------------------------------------------------
|
||||
@@ -339,6 +340,13 @@ macro(_g4tc_configure_tc_variables SHELL_FAMILY SCRIPT_NAME)
|
||||
set(GEANT4_TC_G4LIB_USE_CLHEP "# USING INTERNAL CLHEP")
|
||||
endif()
|
||||
|
||||
# - EXPAT
|
||||
if(GEANT4_USE_SYSTEM_EXPAT)
|
||||
set(GEANT4_TC_G4LIB_USE_EXPAT "# USING SYSTEM EXPAT")
|
||||
else()
|
||||
_g4tc_setenv_command(GEANT4_TC_G4LIB_USE_EXPAT ${SHELL_FAMILY} G4LIB_USE_EXPAT 1)
|
||||
endif()
|
||||
|
||||
# - ZLIB...
|
||||
if(GEANT4_USE_SYSTEM_ZLIB)
|
||||
set(GEANT4_TC_G4LIB_USE_ZLIB "# USING SYSTEM ZLIB")
|
||||
@@ -725,3 +733,7 @@ foreach(_shell bourne;cshell)
|
||||
)
|
||||
endforeach()
|
||||
|
||||
# - TEMP hack to get modulefile support in
|
||||
include(Geant4ConfigureModulefile)
|
||||
geant4_configure_modulefile()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user