Skip to content
Snippets Groups Projects
Commit 23ae56f2 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

CMakeLists.txt: Add find_package for tdaq-common, since we reference the...

CMakeLists.txt: Add find_package for tdaq-common, since we reference the TDAQ-COMMON symbols later.  test/StringSerializer_test.cxx: Missing #include. (TrigSteeringEvent-01-06-29)

	* Tagging TrigSteeringEvent-01-06-29.
	* CMakeLists.txt: Add find_package for tdaq-common, since we
	reference the TDAQ-COMMON symbols later.
	* test/StringSerializer_test.cxx: Missing #include.


Former-commit-id: 4d6c77dd
parent 98f81edc
No related merge requests found
# $Id: CMakeLists.txt 782979 2016-11-08 13:53:37Z smh $
# $Id: CMakeLists.txt 790888 2016-12-22 22:12:11Z ssnyder $
################################################################################
# Package: TrigSteeringEvent
################################################################################
......@@ -43,6 +43,8 @@ else()
Trigger/TrigDataAccess/TrigSerializeCnvSvc
Trigger/TrigEvent/TrigNavigation
Trigger/TrigT1/TrigT1Interfaces )
find_package( tdaq-common )
endif()
# External dependencies:
......
......@@ -21,6 +21,7 @@ int main() {
#include <string>
#include <vector>
#include <iostream>
using namespace std;
......
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