Skip to content
Snippets Groups Projects
Commit 8d874d4e authored by scott snyder's avatar scott snyder
Browse files

JetRec: cmake fix

Dictionary also needs to link against mon_lib.
parent d6cb5cd4
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ endif() ...@@ -68,7 +68,7 @@ endif()
atlas_add_dictionary( JetRecDict atlas_add_dictionary( JetRecDict
JetRec/JetRecDict.h JetRec/JetRecDict.h
JetRec/selection.xml JetRec/selection.xml
LINK_LIBRARIES JetRecLib ) LINK_LIBRARIES JetRecLib ${mon_lib} )
# Test(s) in the package: # Test(s) in the package:
atlas_add_test( TestTests atlas_add_test( TestTests
......
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