Skip to content

Commit 6eaeb6d

Browse files
Merge pull request #33 from Mu2e/eflumerf-patch-1
find_package(Offline) required to use Offline libraries (in ArtModules)
2 parents bdbcff5 + 636c250 commit 6eaeb6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cet_set_compiler_flags(DIAGS VIGILANT
3131

3232
# these are minimum required versions, not the actual product versions
3333
find_package(otsdaq-mu2e 1.02.00 REQUIRED)
34+
find_package(Offline 11.00.00 REQUIRED)
3435

3536
# XDAQ Extra setup
3637
include_directories($ENV{XDAQ_ROOT}/include/linux $ENV{XDAQ_ROOT}/include)

0 commit comments

Comments
 (0)