Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/cmake/Templates/Geant4PackageCache.cmake.in is written in an unsupported language. File is not indexed.

0001 # This file is generated by the Geant4 CMake buildsystem and should not be editted
0002 #
0003 # This file stores paths and settings to external libraries found and used by this
0004 # install of Geant4 when it was built.
0005 
0006 macro(geant4_set_and_check_package_variable _name _value _type _docstring)
0007   if(DEFINED ${_name})
0008     if(NOT ("${${_name}}" STREQUAL "${_value}"))
0009       message(WARNING "Value of '${_name}' is already set and does not match value set at Geant4 build-time")
0010     endif()
0011   else()
0012     set(${_name} ${_value} CACHE ${_type} "${_docstring}")
0013   endif()
0014 endmacro()
0015 
0016 @GEANT4_PACKAGE_SETTINGS@