]> git.pld-linux.org Git - packages/cmake.git/commitdiff
- die
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Dec 2008 10:12:45 +0000 (10:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cmake-ar.patch -> 1.2

cmake-ar.patch [deleted file]

diff --git a/cmake-ar.patch b/cmake-ar.patch
deleted file mode 100644 (file)
index 3b85011..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Modules/CMakeFindBinUtils.cmake    2008-08-01 17:34:50.000000000 +0200
-+++ Modules/CMakeFindBinUtils.cmake-new        2008-08-15 13:25:25.980867500 +0200
-@@ -31,7 +31,7 @@
-    OR "${CMAKE_C_COMPILER_ID}" MATCHES "MSVC"
-    OR "${CMAKE_GENERATOR}" MATCHES "Visual Studio")
--  FIND_PROGRAM(CMAKE_AR NAMES ${_CMAKE_TOOLCHAIN_PREFIX}ar HINTS ${_CMAKE_TOOLCHAIN_LOCATION})
-+  SET(CMAKE_AR /usr/bin/ar)
-   FIND_PROGRAM(CMAKE_RANLIB NAMES ${_CMAKE_TOOLCHAIN_PREFIX}ranlib HINTS ${_CMAKE_TOOLCHAIN_LOCATION})
-   IF(NOT CMAKE_RANLIB)
This page took 0.113229 seconds and 4 git commands to generate.