CMake: mark package variables as advanced

Silence pkg_check_modules message.
This commit is contained in:
Maarten Bent
2018-11-04 16:08:07 +01:00
parent d293f94d95
commit e1b725d5be
6 changed files with 9 additions and 5 deletions

View File

@@ -52,3 +52,5 @@ endif()
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibSoup REQUIRED_VARS LIBSOUP_INCLUDE_DIRS LIBSOUP_LIBRARIES
VERSION_VAR PC_LIBSOUP_VERSION)
mark_as_advanced(LIBSOUP_LIBRARIES LIBSOUP_INCLUDE_DIRS)