Import Geant4 10.7.1 source tree
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user