[cmake-commits] alex committed CMakeGenericSystem.cmake 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 28 16:19:03 EDT 2007


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

Modified Files:
	CMakeGenericSystem.cmake 
Log Message:

ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler)

Alex


Index: CMakeGenericSystem.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeGenericSystem.cmake,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- CMakeGenericSystem.cmake	9 Aug 2007 20:47:35 -0000	1.17
+++ CMakeGenericSystem.cmake	28 Aug 2007 20:19:01 -0000	1.18
@@ -6,6 +6,7 @@
 SET(CMAKE_INCLUDE_FLAG_C "-I")       # -I
 SET(CMAKE_INCLUDE_FLAG_C_SEP "")     # , or empty
 SET(CMAKE_LIBRARY_PATH_FLAG "-L")
+SET(CMAKE_LIBRARY_PATH_TERMINATOR "")  # for the Digital Mars D compiler the link paths have to be terminated with a "/"
 SET(CMAKE_LINK_LIBRARY_FLAG "-l")
 
 SET(CMAKE_LINK_LIBRARY_SUFFIX "")



More information about the Cmake-commits mailing list