Skip to content
Snippets Groups Projects
Commit 0a46156f authored by Frank Winklmeier's avatar Frank Winklmeier Committed by Graeme Stewart
Browse files

Adjust to new location of OKS database (ATR-13357) (AtlasCMake-00-01-70-08)

	* modules/Findtdaq.cmake: Adjust to new location of OKS database (ATR-13357)
 	* Tagging as AtlasCMake-00-01-70-08
parent b24ac0dc
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: Findtdaq.cmake 785934 2016-11-23 09:25:16Z elmsheus $
# $Id: Findtdaq.cmake 786558 2016-11-25 19:11:45Z fwinkl $
#
# Try to find TDAQ
# Defines:
......@@ -49,7 +49,9 @@ if( TDAQ_FOUND )
${TDAQ_ROOT}/installed/share/bin )
set( TDAQ_ENVIRONMENT
SET TDAQ_DB_PATH ${TDAQ_ROOT}/installed/share/data
APPEND TDAQ_DB_PATH ${TDAQ_ROOT}/installed/databases )
APPEND TDAQ_DB_PATH ${TDAQ_ROOT}/installed/databases
APPEND TDAQ_DB_PATH ${TDAQ_ROOT}/databases )
endif()
# When using tdaq, some macro definitions are made in the tdaq headers,
......
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