We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bfc6d commit ccca5e0Copy full SHA for ccca5e0
DataFormats/MemoryResources/CMakeLists.txt
@@ -16,7 +16,7 @@ if(NOT APPLE)
16
SOURCES test/testMemoryResources.cxx
17
PUBLIC_LINK_LIBRARIES O2::MemoryResources
18
COMPONENT_NAME MemoryResources)
19
-endif(APPLE)
+endif(NOT APPLE)
20
21
o2_add_test(observer_ptr
22
SOURCES test/test_observer_ptr.cxx
0 commit comments