Skip to content

Commit

Permalink
test/librbd/CMakeLists.txt: ceph_test_librbd_fsx requires linux inclu…
Browse files Browse the repository at this point in the history
…des/libs

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Feb 24, 2017
1 parent c1c1f2e commit 45319b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/librbd/CMakeLists.txt
Expand Up @@ -123,6 +123,7 @@ target_link_libraries(ceph_test_librbd_api
set_target_properties(ceph_test_librbd_api PROPERTIES COMPILE_FLAGS
${UNITTEST_CXX_FLAGS})

ifdef(LINUX)
add_executable(ceph_test_librbd_fsx
fsx.cc
$<TARGET_OBJECTS:common_texttable_obj>
Expand All @@ -138,6 +139,7 @@ target_link_libraries(ceph_test_librbd_fsx
${CRYPTO_LIBS}
${EXTRALIBS}
)
endif(LINUX)

install(TARGETS
ceph_test_librbd
Expand Down

0 comments on commit 45319b2

Please sign in to comment.