[cmake-commits] alex committed CMakeFindBinUtils.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 2 15:54:43 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv27649

Modified Files:
	CMakeFindBinUtils.cmake 
Log Message:

COMP: with visual studio it's no error if link isn't found

Alex


Index: CMakeFindBinUtils.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeFindBinUtils.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CMakeFindBinUtils.cmake	2 Jul 2007 16:46:55 -0000	1.6
+++ CMakeFindBinUtils.cmake	2 Jul 2007 19:54:41 -0000	1.7
@@ -25,10 +25,6 @@
   FIND_PROGRAM(CMAKE_LINKER NAMES link PATHS ${_CMAKE_TOOLCHAIN_LOCATION} NO_DEFAULT_PATH)
   FIND_PROGRAM(CMAKE_LINKER NAMES link)
 
-  IF(NOT CMAKE_LINKER)
-    MESSAGE(FATAL_ERROR "Could not find link, please check your installation.")
-  ENDIF(NOT CMAKE_LINKER)
-
   MARK_AS_ADVANCED(CMAKE_LINKER)
 
 # in all other cases search for ar, ranlib, etc.



More information about the Cmake-commits mailing list