[cmake-commits] hoffman committed FindPkgConfig.cmake 1.3.10.2
1.3.10.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Dec 18 15:02:09 EST 2007
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv28246/Modules
Modified Files:
Tag: CMake-2-4
FindPkgConfig.cmake
Log Message:
ENH: merge in from main tree
Index: FindPkgConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPkgConfig.cmake,v
retrieving revision 1.3.10.2
retrieving revision 1.3.10.3
diff -u -d -r1.3.10.2 -r1.3.10.3
--- FindPkgConfig.cmake 17 Dec 2007 22:40:57 -0000 1.3.10.2
+++ FindPkgConfig.cmake 18 Dec 2007 20:02:07 -0000 1.3.10.3
@@ -22,10 +22,10 @@
# <XPREFIX>_LIBRARIES ... only the libraries (w/o the '-l')
# <XPREFIX>_LIBRARY_DIRS ... the paths of the libraries (w/o the '-L')
# <XPREFIX>_LDFLAGS ... all required linker flags
-# <XPREFIX>_LDFLAGS_OTHERS ... all other linker flags
+# <XPREFIX>_LDFLAGS_OTHER ... all other linker flags
# <XPREFIX>_INCLUDE_DIRS ... the '-I' preprocessor flags (w/o the '-I')
# <XPREFIX>_CFLAGS ... all required cflags
-# <XPREFIX>_CFLAGS_OTHERS ... the other compiler flags
+# <XPREFIX>_CFLAGS_OTHER ... the other compiler flags
#
# <XPREFIX> = <PREFIX> for common case
# <XPREFIX> = <PREFIX>_STATIC for static linking
More information about the Cmake-commits
mailing list