Skip to content

Commit aea7b0b

Browse files
authored
Make DataFormats/MemoryResources header only (#9985)
1 parent 0fa433f commit aea7b0b

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

DataFormats/MemoryResources/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
o2_add_library(MemoryResources
13-
SOURCES src/MemoryResources.cxx
14-
PUBLIC_LINK_LIBRARIES FairMQ::FairMQ)
12+
o2_add_header_only_library(MemoryResources INTERFACE_LINK_LIBRARIES FairMQ::FairMQ)
13+
1514
if(NOT APPLE)
1615
o2_add_test(MemoryResources
1716
SOURCES test/testMemoryResources.cxx

DataFormats/MemoryResources/src/MemoryResources.cxx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)