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

Updated the PostConfig files of the projects to set up tdaq releases correctly.

After the update in the naming convention for the variables specifying where to
pick up tdaq releases from, I forgot to update the PostConfig.cmake files generated
by the releases to use this same convention. This is fixing that.
parent 1229b7f5
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,12 @@
#
# Set the versions of the TDAQ projects:
set( TDAQ-COMMON_VERSION "@TDAQ-COMMON_VERSION@" )
set( TDAQ-COMMON_ROOT "@TDAQ-COMMON_ROOT@" )
set( TDAQ-COMMON_VERSION "@TDAQ-COMMON_VERSION@" CACHE STRING
"The version of tdaq-common to use for the build" )
set( TDAQ-COMMON_ATROOT "@TDAQ-COMMON_ATROOT@" CACHE PATH
"The directory to pick up tdaq-common from" )
set( DQM-COMMON_VERSION "@DQM-COMMON_VERSION@" )
set( DQM-COMMON_ROOT "@DQM-COMMON_ROOT@" )
set( DQM-COMMON_VERSION "@DQM-COMMON_VERSION@" CACHE STRING
"The version of dqm-common to use for the build" )
set( DQM-COMMON_ATROOT "@DQM-COMMON_ATROOT@" CACHE PATH
"The directory to pick up dqm-common from" )
......@@ -5,14 +5,22 @@
# Set the versions of the TDAQ projects:
set( TDAQ_VERSION "@TDAQ_VERSION@" )
set( TDAQ_ROOT "@TDAQ_ROOT@" )
set( TDAQ_PROJECT_NAME "@TDAQ_PROJECT_NAME@" CACHE STRING
"Name of the tdaq project" )
set( TDAQ_VERSION "@TDAQ_VERSION@" CACHE STRING
"The version of tdaq to use for the build" )
set( TDAQ_ATROOT "@TDAQ_ATROOT@" CACHE PATH
"The directory to pick up tdaq from" )
set( TDAQ-COMMON_VERSION "@TDAQ-COMMON_VERSION@" )
set( TDAQ-COMMON_ROOT "@TDAQ-COMMON_ROOT@" )
set( TDAQ-COMMON_VERSION "@TDAQ-COMMON_VERSION@" CACHE STRING
"The version of tdaq-common to use for the build" )
set( TDAQ-COMMON_ATROOT "@TDAQ-COMMON_ATROOT@" CACHE PATH
"The directory to pick up tdaq-common from" )
set( DQM-COMMON_VERSION "@DQM-COMMON_VERSION@" )
set( DQM-COMMON_ROOT "@DQM-COMMON_ROOT@" )
set( DQM-COMMON_VERSION "@DQM-COMMON_VERSION@" CACHE STRING
"The version of dqm-common to use for the build" )
set( DQM-COMMON_ATROOT "@DQM-COMMON_ATROOT@" CACHE PATH
"The directory to pick up dqm-common from" )
# Find Gaudi:
find_package( Gaudi REQUIRED )
......
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