From 18cad0acb95ba1c9f8075e461d05a568c26fc0e8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 20 Jul 2021 01:21:25 +0800 Subject: [PATCH] cmake: drop set(VERSION ...) project(...). this is the authentic place to set version number. Signed-off-by: Kefu Chai --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.47.3