]> git.pld-linux.org Git - packages/cmake.git/commitdiff
- set ar
authorshadzik <shadzik@pld-linux.org>
Fri, 15 Aug 2008 11:40:05 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cmake-ar.patch -> 1.1

cmake-ar.patch [new file with mode: 0644]

diff --git a/cmake-ar.patch b/cmake-ar.patch
new file mode 100644 (file)
index 0000000..3b85011
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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.0383250000000001 seconds and 4 git commands to generate.