加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
soversion.patch 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db0a6bfb..26ccf1a5 100644
--- a/CMakeLists.txt 2020-07-15 17:35:35.557813957 -0700
+++ b/CMakeLists.txt 2020-07-15 17:36:19.040227189 -0700
@@ -79,7 +79,7 @@
# Read the git tags to determine the project version
include(GetGitVersion)
-get_git_version(GIT_VERSION)
+#get_git_version(GIT_VERSION)
# Tell the user what versions we are using
string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化