Skip to content

Commit 4220345

Browse files
committed
cmake/test/objectstore: store_test_fixture depends on legacy-option-headers
Signed-off-by: Casey Bodley <[email protected]>
1 parent 3f6ff06 commit 4220345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/objectstore/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ install(TARGETS ceph_perf_objectstore
66

77
add_library(store_test_fixture OBJECT store_test_fixture.cc)
88
target_include_directories(store_test_fixture PRIVATE
9-
$<TARGET_PROPERTY:GTest::GTest,INTERFACE_INCLUDE_DIRECTORIES>)
9+
$<TARGET_PROPERTY:GTest::GTest,INTERFACE_INCLUDE_DIRECTORIES>
10+
legacy-option-headers)
1011

1112
add_executable(ceph_test_objectstore
1213
store_test.cc

0 commit comments

Comments
 (0)