Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
include_directories(SYSTEM ${PROJECT_BINARY_DIR}/include)
find_package(Threads REQUIRED)
-
+find_package(StdFilesystem)
option(WITH_SELINUX "build SELinux policy" OFF)
if(WITH_SELINUX)
# ceph_test_admin_socket_output
-find_package(StdFilesystem)
if(StdFilesystem_FOUND)
add_executable(ceph_test_admin_socket_output
test_admin_socket_output.cc
librados
global
radostest-cxx
- stdc++fs
+ StdFilesystem::filesystem
GTest::GTest
)
target_link_libraries(ceph-immutable-object-cache
ceph_immutable_object_cache_lib
librados
- stdc++fs
+ StdFilesystem::filesystem
global)
install(TARGETS ceph-immutable-object-cache DESTINATION bin)