summaryrefslogtreecommitdiffstats
path: root/src/erasure-code/shec
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2016-08-19 03:51:11 +0200
committerKefu Chai <kchai@redhat.com>2016-08-19 03:51:11 +0200
commitab3db4e8ec8143c5ac1a8966d7cf15ad96488615 (patch)
tree1d1b0c62308fcfb674d12bfe27dad7cfd02ba233 /src/erasure-code/shec
parentMerge pull request #10782 from BlaXpirit/rados-test-py3 (diff)
downloadceph-ab3db4e8ec8143c5ac1a8966d7cf15ad96488615.tar.xz
ceph-ab3db4e8ec8143c5ac1a8966d7cf15ad96488615.zip
cmake: fix unmatched endforeach
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/erasure-code/shec')
-rw-r--r--src/erasure-code/shec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erasure-code/shec/CMakeLists.txt b/src/erasure-code/shec/CMakeLists.txt
index f76c6712ab6..b49f75fc720 100644
--- a/src/erasure-code/shec/CMakeLists.txt
+++ b/src/erasure-code/shec/CMakeLists.txt
@@ -22,4 +22,4 @@ foreach(flavor ${jerasure_flavors})
$<TARGET_OBJECTS:shec_utils>)
target_link_libraries(${plugin_name} ${EXTRALIBS})
install(TARGETS ${plugin_name} DESTINATION ${erasure_plugin_dir})
-endforeach(flavor flavors)
+endforeach()