]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake-ar.patch
- die
[packages/cmake.git] / cmake-ar.patch
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.189519 seconds and 4 git commands to generate.