Skip to content
Snippets Groups Projects
Commit 5a2e0612 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'cmake210.TrigHLTJetHypoUnitTests-20180501' into '21.0'

TrigHLTJetHypoUnitTests: cmake fix

See merge request atlas/athena!10924

Former-commit-id: 8bfc94954803726e04beb6ad2e64d599f64de29a
......@@ -13,7 +13,6 @@ atlas_depends_on_subdirs(
# External dependencies:
find_package( ROOT COMPONENTS Core Physics )
find_package( GTest )
find_package( GMock )
# Test(s) in the package:
......@@ -37,6 +36,6 @@ atlas_add_test( TrigHLTJetHypoUnitTests
src/SelectedJetsMatcherTest.cxx
src/TLorentzVectorFactoryTest.cxx
src/TightCleanerTest.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${GTEST_INCLUDE_DIRS} ${GMOCK_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${GTEST_LIBRARIES} ${GMOCK_LIBRARIES}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${GMOCK_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${GMOCK_LIBRARIES}
TrigHLTJetHypoLib )
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