]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/erasure-code/jerasure/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / erasure-code / jerasure / CMakeLists.txt
index cf2c6e0fbf7ac6c558717c5889899d9426f82382..f9cd22e1176b269adc1030dbd11ce334119e76aa 100644 (file)
@@ -5,7 +5,6 @@ set(jerasure_utils_src
   ErasureCodeJerasure.cc)
 
 add_library(jerasure_utils OBJECT ${jerasure_utils_src})
-add_dependencies(jerasure_utils ${CMAKE_SOURCE_DIR}/src/ceph_ver.h)
 
 # Set the CFLAGS correctly for gf-complete based on SIMD compiler support
 set(GF_COMPILE_FLAGS)