Skip to content
Snippets Groups Projects
Commit effe1779 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

LWHists: cmake fix.

Fix path in CxxUtils dependency.
parent 92079238
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Declare the package name: # Declare the package name:
atlas_subdir( LWHists ) atlas_subdir( LWHists )
atlas_depends_on_subdirs( PUBLIC CxxUtils ) atlas_depends_on_subdirs( PUBLIC Control/CxxUtils )
# External dependencies: # External dependencies:
find_package( ROOT COMPONENTS Hist RIO Core MathCore ) find_package( ROOT COMPONENTS Hist RIO Core MathCore )
......
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