Skip to content

Commit ccca5e0

Browse files
committed
Fix CMake warning
1 parent 63bfc6d commit ccca5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/MemoryResources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(NOT APPLE)
1616
SOURCES test/testMemoryResources.cxx
1717
PUBLIC_LINK_LIBRARIES O2::MemoryResources
1818
COMPONENT_NAME MemoryResources)
19-
endif(APPLE)
19+
endif(NOT APPLE)
2020

2121
o2_add_test(observer_ptr
2222
SOURCES test/test_observer_ptr.cxx

0 commit comments

Comments
 (0)