Import Geant4 10.7.1 source tree

This commit is contained in:
Gabriele Cosmo
2021-02-05 15:10:05 +01:00
parent dab42d2018
commit 3dfcdb544e
281 changed files with 37738 additions and 47638 deletions
+5 -5
View File
@@ -2,8 +2,8 @@
FindXQuartzGL
-------------
FindModule for XQuartz implementation of OpenGL/GLU. Specific to Geant4
to allow use of XQuartz only.
FindModule for XQuartz/Homebrew/MacPorts implementation of OpenGL/GLU. Specific
to Geant4 to allow use of XQuartz/Homebrew/MacPorts only.
Use of the module on non-macOS systems will result in a fatal error
@@ -49,17 +49,17 @@ set(CMAKE_FIND_FRAMEWORK_SAVE ${CMAKE_FIND_FRAMEWORK})
set(CMAKE_FIND_FRAMEWORK NEVER)
find_path(XQuartzGL_INCLUDE_DIR GL/gl.h
PATHS /usr/X11R6/include /opt/X11/include
PATHS /usr/X11R6/include /opt/X11/include /usr/local/include /opt/local/include
NO_DEFAULT_PATH
)
find_library(XQuartzGL_gl_LIBRARY GL
PATHS /usr/X11R6/lib /opt/X11/lib
PATHS /usr/X11R6/lib /opt/X11/lib /usr/local/lib /opt/local/lib
NO_DEFAULT_PATH
)
find_library(XQuartzGL_glu_LIBRARY GLU
PATHS /usr/X11R6/lib /opt/X11/lib
PATHS /usr/X11R6/lib /opt/X11/lib /usr/local/lib /opt/local/lib
NO_DEFAULT_PATH
)