mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 10:02:44 +00:00
PkgConfig: Be less verbose by mark(ing)_as_advanced the find_library result
This commit is contained in:
parent
48de9169d0
commit
f5c46dd84e
@ -231,6 +231,7 @@ function(_pkg_find_libs _prefix _no_cmake_path _no_cmake_environment_path)
|
||||
find_library(pkgcfg_lib_${_prefix}_${_pkg_search}
|
||||
NAMES ${_pkg_search}
|
||||
${_find_opts})
|
||||
mark_as_advanced(pkgcfg_lib_${_prefix}_${_pkg_search})
|
||||
list(APPEND _libs "${pkgcfg_lib_${_prefix}_${_pkg_search}}")
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user