packages: spring/spring-cmake_policy.patch (NEW) - set proper polic for cmake

lisu lisu at pld-linux.org
Fri Aug 6 12:31:40 CEST 2010


Author: lisu                         Date: Fri Aug  6 10:31:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- set proper polic for cmake

---- Files affected:
packages/spring:
   spring-cmake_policy.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/spring/spring-cmake_policy.patch
diff -u /dev/null packages/spring/spring-cmake_policy.patch:1.1
--- /dev/null	Fri Aug  6 12:31:40 2010
+++ packages/spring/spring-cmake_policy.patch	Fri Aug  6 12:31:35 2010
@@ -0,0 +1,9 @@
+--- spring_0.82.1/CMakeLists.txt~	2010-08-05 16:30:40.000000000 +0200
++++ spring_0.82.1/CMakeLists.txt	2010-08-06 09:34:56.845621902 +0200
+@@ -1,5 +1,6 @@
+ ### Cmake 2.4 lacks some cross-compiling features and fails on windows
+ cmake_minimum_required(VERSION 2.6)
++cmake_policy(SET CMP0012 NEW)
+ project(Spring)
+ 
+ LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/rts/build/cmake")
================================================================


More information about the pld-cvs-commit mailing list