Skip to content

Commit

Permalink
[cmake] help configuring for spack stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Sep 29, 2020
1 parent d53c8ae commit bd6d524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ find_package(ROOT COMPONENTS RIO Tree)

#---------------------------------------------------------------
# Load macros and functions for Gaudi-based projects

if( NOT DEFINED ENV{LCG_VERSION})
set(HOST_BINARY_TAG x86_64-linux-gcc9-opt)
endif()
find_package(GaudiProject)
#---------------------------------------------------------------

Expand Down

0 comments on commit bd6d524

Please sign in to comment.