From: Kefu Chai Date: Mon, 19 Jul 2021 17:21:25 +0000 (+0800) Subject: cmake: drop set(VERSION ...) X-Git-Tag: v17.1.0~1328^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42401%2Fhead;p=ceph.git cmake: drop set(VERSION ...) project(...). this is the authentic place to set version number. Signed-off-by: Kefu Chai --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d6ad17bbf844..ab24693599b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -706,5 +706,3 @@ add_tags(ctags EXCLUDE_OPTS ${CTAG_EXCLUDES} EXCLUDES "*.js" "*.css" ".tox" "python-common/build") add_custom_target(tags DEPENDS ctags) - -set(VERSION 15.2.0)