[Cmake-commits] [cmake-commits] hoffman committed Linux-Intel-CXX.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 24 22:00:12 EDT 2008


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

Modified Files:
	Linux-Intel-CXX.cmake 
Log Message:
ENH: do not force the intel ar on C from CXX


Index: Linux-Intel-CXX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-Intel-CXX.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Linux-Intel-CXX.cmake	25 Apr 2008 01:54:13 -0000	1.1
--- Linux-Intel-CXX.cmake	25 Apr 2008 02:00:08 -0000	1.2
***************
*** 16,22 ****
        "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
        "${XIAR} -s <TARGET> ")
-   SET(CMAKE_C_CREATE_STATIC_LIBRARY
-       "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
-       "${XIAR} -s <TARGET> ")
  ENDIF(XIAR)
  MARK_AS_ADVANCED(XIAR)
--- 16,19 ----



More information about the Cmake-commits mailing list