# This file is generated by the Geant4 CMake buildsystem and should not be editted # # This file stores paths and settings to external libraries found and used by this # install of Geant4 when it was built. macro(geant4_set_and_check_package_variable _name _value _type _docstring) if(DEFINED ${_name}) if(NOT ("${${_name}}" STREQUAL "${_value}")) message(WARNING "Value of '${_name}' is already set and does not match value set at Geant4 build-time") endif() else() set(${_name} ${_value} CACHE ${_type} "${_docstring}") endif() endmacro() # EXPAT Build Time Settings geant4_set_and_check_package_variable(EXPAT_INCLUDE_DIR "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include" PATH "Path to a file.") geant4_set_and_check_package_variable(EXPAT_LIBRARY "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libexpat.tbd" PATH "no documentation, not a cache value") geant4_set_and_check_package_variable(EXPAT_LIBRARY_RELEASE "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/lib/libexpat.tbd" FILEPATH "Path to a library.") # TBB Build Time Settings # XercesC Build Time Settings geant4_set_and_check_package_variable(XercesC_INCLUDE_DIR "/usr/local/include" PATH "Xerces-C++ include directory") geant4_set_and_check_package_variable(XercesC_LIBRARY_RELEASE "/usr/local/lib/libxerces-c.dylib" FILEPATH "Xerces-C++ libraries (release)") # Qt5 Build Time Settings geant4_set_and_check_package_variable(Qt5_DIR "/usr/local/opt/qt@5/lib/cmake/Qt5" PATH "The directory containing a CMake configuration file for Qt5.") geant4_set_and_check_package_variable(Qt5Core_DIR "/usr/local/opt/qt@5/lib/cmake/Qt5Core" PATH "The directory containing a CMake configuration file for Qt5Core.") geant4_set_and_check_package_variable(Qt5Gui_DIR "/usr/local/opt/qt@5/lib/cmake/Qt5Gui" PATH "The directory containing a CMake configuration file for Qt5Gui.") geant4_set_and_check_package_variable(Qt5Widgets_DIR "/usr/local/opt/qt@5/lib/cmake/Qt5Widgets" PATH "The directory containing a CMake configuration file for Qt5Widgets.") geant4_set_and_check_package_variable(Qt5OpenGL_DIR "/usr/local/opt/qt@5/lib/cmake/Qt5OpenGL" PATH "The directory containing a CMake configuration file for Qt5OpenGL.") geant4_set_and_check_package_variable(Qt53DCore_DIR "/usr/local/opt/qt@5/lib/cmake/Qt53DCore" PATH "The directory containing a CMake configuration file for Qt53DCore.") geant4_set_and_check_package_variable(Qt53DExtras_DIR "/usr/local/opt/qt@5/lib/cmake/Qt53DExtras" PATH "The directory containing a CMake configuration file for Qt53DExtras.") geant4_set_and_check_package_variable(Qt53DRender_DIR "/usr/local/opt/qt@5/lib/cmake/Qt53DRender" PATH "The directory containing a CMake configuration file for Qt53DRender.") # OpenGL Build Time Settings geant4_set_and_check_package_variable(OPENGL_INCLUDE_DIR "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework" PATH "Include for OpenGL on OS X") geant4_set_and_check_package_variable(OPENGL_gl_LIBRARY "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework" FILEPATH "OpenGL library for OS X")