Skip to content
Snippets Groups Projects
Commit 2988bd62 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Removed the explicit replacement rule for TDAQ_RELEASE_BASE. Since with the

latest externals/LCG code this happens automatically out of the box.
parent b5651108
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
...@@ -85,10 +85,6 @@ if( NOT "$ENV{NICOS_PROJECT_RELNAME}" STREQUAL "" ) ...@@ -85,10 +85,6 @@ if( NOT "$ENV{NICOS_PROJECT_RELNAME}" STREQUAL "" )
list( APPEND _replacements $ENV{NICOS_PROJECT_RELNAME} list( APPEND _replacements $ENV{NICOS_PROJECT_RELNAME}
"\${Athena_VERSION}" ) "\${Athena_VERSION}" )
endif() endif()
if( NOT "$ENV{TDAQ_RELEASE_BASE}" STREQUAL "" )
list( APPEND _replacements $ENV{TDAQ_RELEASE_BASE}
"\${TDAQ_RELEASE_BASE}" )
endif()
# Now generate and install the installed setup files: # Now generate and install the installed setup files:
lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/env_setup_install.sh lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/env_setup_install.sh
......
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