Skip to content
Snippets Groups Projects
Commit ba0f371f authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

fixed small typo in tdaq/tdaq-common/dqm-common dependencies names (AtlasCMake-00-01-70-03)

	* fixed small typo in tdaq/tdaq-common/dqm-common dependencies names in the corresponding cmake modules
	* Tagging as AtlasCMake-00-01-70-03

2016-10-11 Emil Obreshkov <obreshko@cern.ch>
	* updated tdaq/tdaq-common/dqm-common dependencies names in the corresponding cmake modules
	* Tagging as AtlasCMake-00-01-70-02
parent 2236ec54
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Finddqm-common.cmake 732986 2016-03-30 16:25:54Z krasznaa $
# $Id: Finddqm-common.cmake 778186 2016-10-13 08:35:27Z alibrari $
#
# Try to find DQM-COMMON
# Defines:
......@@ -46,7 +46,7 @@ endif()
if( DQM-COMMON_FOUND )
# Set up a dependency on the main dqm-common RPM package:
set_property( GLOBAL APPEND PROPERTY ATLAS_EXTERNAL_RPMS
"dqm-common-${DQM-COMMON_VERSION}_DQMCRelease_${ATLAS_PLATFORM}" )
"dqm-common-${DQM-COMMON_VERSION}_${ATLAS_PLATFORM}" )
# foreach( comp ${dqm-common_FIND_COMPONENTS} )
# if( DQM-COMMON_${comp}_FOUND )
......
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Findtdaq-common.cmake 732986 2016-03-30 16:25:54Z krasznaa $
# $Id: Findtdaq-common.cmake 778186 2016-10-13 08:35:27Z alibrari $
#
# Try to find TDAQ-COMMON.
# Defines:
......@@ -46,7 +46,7 @@ endif()
if( TDAQ-COMMON_FOUND )
# Set up a dependency on the main tdaq-common RPM package:
set_property( GLOBAL APPEND PROPERTY ATLAS_EXTERNAL_RPMS
"tdaq-common-${TDAQ-COMMON_VERSION}_TDAQCRelease_${ATLAS_PLATFORM}" )
"tdaq-common-${TDAQ-COMMON_VERSION}_${ATLAS_PLATFORM}" )
# foreach( comp ${tdaq-common_FIND_COMPONENTS} )
# if( TDAQ-COMMON_${comp}_FOUND )
......
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Findtdaq.cmake 732986 2016-03-30 16:25:54Z krasznaa $
# $Id: Findtdaq.cmake 778186 2016-10-13 08:35:27Z alibrari $
#
# Try to find TDAQ
# Defines:
......@@ -60,7 +60,7 @@ remove_definitions( -DHAVE_BOOL -DHAVE_DYNAMIC_CAST -DHAVE_NAMESPACES )
if( TDAQ_FOUND )
# Set up a dependency on the main tdaq RPM package:
set_property( GLOBAL APPEND PROPERTY ATLAS_EXTERNAL_RPMS
"tdaq-${TDAQ_VERSION}_DAQRelease_${ATLAS_PLATFORM}" )
"tdaq-${TDAQ_VERSION}_${ATLAS_PLATFORM}" )
# foreach( comp ${tdaq_FIND_COMPONENTS} )
# if( TDAQ_${comp}_FOUND )
......
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