]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dmclock/support/test/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / dmclock / support / test / CMakeLists.txt
index 1e1ea25cc14e3dcaac1c2bca421a82e8eab025c2..24b3521576f6183a28a43ddc8cfabeed12241665 100644 (file)
@@ -23,4 +23,4 @@ set_source_files_properties(${test_srcs}
 add_executable(dmclock-data-struct-tests ${test_srcs})
 
 target_link_libraries(dmclock-data-struct-tests
-  LINK_PRIVATE gtest gtest_main pthread)
+  LINK_PRIVATE GTest::GTest GTest::Main Threads::Threads)