diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake index 43b02fd14..1989d1031 100644 --- a/Modules/FindPkgConfig.cmake +++ b/Modules/FindPkgConfig.cmake @@ -22,10 +22,10 @@ # _LIBRARIES ... only the libraries (w/o the '-l') # _LIBRARY_DIRS ... the paths of the libraries (w/o the '-L') # _LDFLAGS ... all required linker flags -# _LDFLAGS_OTHERS ... all other linker flags +# _LDFLAGS_OTHER ... all other linker flags # _INCLUDE_DIRS ... the '-I' preprocessor flags (w/o the '-I') # _CFLAGS ... all required cflags -# _CFLAGS_OTHERS ... the other compiler flags +# _CFLAGS_OTHER ... the other compiler flags # # = for common case # = _STATIC for static linking