Warning, /geant4/cmake/Templates/UseGeant4.cmake is written in an unsupported language. File is not indexed.
0001 # - Use file for Geant4
0002 #
0003 # Optional inclusion of internal Use file. This file can contain
0004 # variables, functions and macros for strict internal use in Geant4,
0005 # such as building and running validation tests.
0006 #
0007 include(${CMAKE_CURRENT_LIST_DIR}/UseGeant4_internal.cmake OPTIONAL)
0008
0009 # Add Module directory so that examples can use internal "FindXXX"
0010 # modules. Appended to minimize any conflict with consumer project
0011 # settings
0012 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules)