Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -261,6 +261,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
||||
set(G4_BUILTWITH_QT "no")
|
||||
endif()
|
||||
|
||||
# - QT3D
|
||||
if(GEANT4_USE_QT3D)
|
||||
set(G4_BUILTWITH_QT3D "yes")
|
||||
else()
|
||||
set(G4_BUILTWITH_QT3D "no")
|
||||
endif()
|
||||
|
||||
# - Motif
|
||||
if(GEANT4_USE_XM)
|
||||
set(G4_BUILTWITH_MOTIF "yes")
|
||||
@@ -292,6 +299,13 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
||||
set(G4_BUILTWITH_INVENTOR "no")
|
||||
endif()
|
||||
|
||||
# - VTK
|
||||
if(GEANT4_USE_VTK)
|
||||
set(G4_BUILTWITH_VTK "yes")
|
||||
else()
|
||||
set(G4_BUILTWITH_VTK "no")
|
||||
endif()
|
||||
|
||||
# If we have a module that uses X11, We have to play with the X11
|
||||
# paths to get a clean set suitable for inclusion
|
||||
if(G4_CONFIG_NEEDS_X11)
|
||||
|
||||
Reference in New Issue
Block a user