125 Star 0 Fork 3

src-openEuler/automoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0022-CMake-2.6.4-is-required-because-older-versions-don-t.patch 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
ultra_planet 提交于 2020-03-12 10:05 . package init
From bd21ba16df85ec58dbaec1cc275d63143922740d Mon Sep 17 00:00:00 2001
From: Marc Mutz <[email protected]>
Date: Mon, 21 Jun 2010 13:38:00 +0000
Subject: [PATCH 22/33] CMake >= 2.6.4 is required, because older versions
don't have REALPATH for get_filename_component()
svn path=/trunk/kdesupport/automoc/; revision=1140777
---
Automoc4Config.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Automoc4Config.cmake b/Automoc4Config.cmake
index 2d2d9d2..a91e68c 100644
--- a/Automoc4Config.cmake
+++ b/Automoc4Config.cmake
@@ -1,4 +1,6 @@
+cmake_minimum_required( VERSION 2.6.4 FATAL_ERROR )
+
# It also adds the following macros
# AUTOMOC4(<target> <SRCS_VAR>)
# Use this to run automoc4 on all files contained in the list <SRCS_VAR>.
--
2.4.3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/automoc.git
[email protected]:src-openeuler/automoc.git
src-openeuler
automoc
automoc
master

搜索帮助