Skip to content
Snippets Groups Projects
Select Git revision
  • d34374b72cb9314f55416e6ba388368a367e67d2
  • master default
  • v96r4p2
  • v96r4p1
  • v96r4p0g1
  • v96r4
  • v95r2p8g2
  • v95r2p8g1
  • v95r2p8
  • v95r2p7g4
  • v95r2p7g3
  • v95r2p7g2
  • v95r2p7g1
  • v95r2p7
  • v95r2p6
  • v95r2p5g4
  • v95r2p5g3
  • v95r2p5g2
  • v95r2p5g1
  • v95r2p5
  • v95r2p4g1
  • v95r2p4
22 results

toolchain.cmake

Blame
  • Forked from LHCb / Geant4
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    toolchain.cmake 405 B
    # Special wrapper to load the declared version of the heptools toolchain.
    set(heptools_version 66)
    
    find_file(use_heptools_module UseHEPTools.cmake
              HINTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
    # this check is needed because the toolchain seem to be called a second time
    # without the proper cache
    if(use_heptools_module)
      include(${use_heptools_module})
      use_heptools(${heptools_version})
    endif()