]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/erasure-code/isa/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / erasure-code / isa / CMakeLists.txt
index 6fcbb48894af00cd71a850f3789c8aa84cdb8f66..cc48921125344278f1eab1a7d81b9c7992ee2399 100644 (file)
@@ -61,7 +61,6 @@ set(isa_srcs
 add_library(ec_isa SHARED
   ${isa_srcs}
   $<TARGET_OBJECTS:erasure_code_objs>)
-add_dependencies(ec_isa ${CMAKE_SOURCE_DIR}/src/ceph_ver.h)
 target_link_libraries(ec_isa ${EXTRALIBS})
 set_target_properties(ec_isa PROPERTIES
   INSTALL_RPATH "")