Skip to content
Snippets Groups Projects
Commit a9625db0 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'cmake.IdDict-20241213' into 'main'

IdDict+IdDictParser: cmake fix

See merge request !76702
parents fb1b3147 40c93e65
No related branches found
No related tags found
1 merge request!76702IdDict+IdDictParser: cmake fix
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( IdDict )
find_package( Boost COMPONENTS unit_test_framework )
# Component(s) in the package:
atlas_add_library( IdDict
......@@ -94,4 +95,4 @@ atlas_add_test(get_bits_test
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} CxxUtils IdDict IdDictParser
POST_EXEC_SCRIPT nopost.sh
)
\ No newline at end of file
)
......@@ -2,6 +2,7 @@
# Declare the package name:
atlas_subdir( IdDictParser )
find_package( Boost COMPONENTS unit_test_framework )
# Component(s) in the package:
atlas_add_library( IdDictParser
......
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