Skip to content
Snippets Groups Projects
Commit a2a64fef authored by Marco Clemencic's avatar Marco Clemencic
Browse files

use Geant4-srcs master for version HEAD

parent 050dbbe0
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ if(DEFINED ENV{G4_NATIVE_VERSION})
else()
set(Geant4_tag ${CMAKE_PROJECT_VERSION})
endif()
# Special mapping of version HEAD
if(Geant4_tag STREQUAL "HEAD")
set(Geant4_tag master)
endif()
include(ExternalProject)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment