summaryrefslogtreecommitdiffstats
path: root/Modules/FindPkgConfig.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-12-18 02:37:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-12-18 02:37:16 (GMT)
commit1cfe812f119b2ba6b7fcd82cab7dea36f2eae021 (patch)
tree5ae500492f7e1c31c290e9f1c575e05cf9927651 /Modules/FindPkgConfig.cmake
parent4c87af30b26d8ee463d3f539dc684c3487f341da (diff)
downloadCMake-1cfe812f119b2ba6b7fcd82cab7dea36f2eae021.zip
CMake-1cfe812f119b2ba6b7fcd82cab7dea36f2eae021.tar.gz
CMake-1cfe812f119b2ba6b7fcd82cab7dea36f2eae021.tar.bz2
BUG: fix for 5722
Diffstat (limited to 'Modules/FindPkgConfig.cmake')
-rw-r--r--Modules/FindPkgConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake
index 43b02fd..1989d10 100644
--- a/Modules/FindPkgConfig.cmake
+++ b/Modules/FindPkgConfig.cmake
@@ -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