Skip to content
Snippets Groups Projects
Commit 4107d06b authored by Oleg Kuprash's avatar Oleg Kuprash
Browse files

Merge branch 'athenap1_tdaq' into '21.0'

Make AthenaP1 relocatable (ATR-16064)

See merge request !630
parents d1622a4f 7eb3dbb5
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@ string( REPLACE "$ENV{TDAQ_RELEASE_BASE}" "\$ENV{TDAQ_RELEASE_BASE}"
DQM-COMMON_ROOT "${DQM-COMMON_ROOT}" )
string( REPLACE "${DQM-COMMON_VERSION}" "\${DQM-COMMON_VERSION}"
DQM-COMMON_ROOT "${DQM-COMMON_ROOT}" )
string( REPLACE "$ENV{TDAQ_RELEASE_BASE}" "\$ENV{TDAQ_RELEASE_BASE}"
TDAQ_ROOT "${TDAQ_ROOT}" )
string( REPLACE "${TDAQ_VERSION}" "\${TDAQ_VERSION}"
TDAQ_ROOT "${TDAQ_ROOT}" )
configure_file( ${CMAKE_SOURCE_DIR}/PostConfig.cmake.in
${CMAKE_BINARY_DIR}/PostConfig.cmake @ONLY )
install( FILES ${CMAKE_BINARY_DIR}/PostConfig.cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment