mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
FindPkgConfig: add pkgconf to the search list.
This commit is contained in:
@@ -46,6 +46,7 @@ set(PKG_CONFIG_NAMES "pkg-config")
|
||||
if(CMAKE_HOST_WIN32)
|
||||
list(PREPEND PKG_CONFIG_NAMES "pkg-config.bat")
|
||||
endif()
|
||||
list(PREPEND PKG_CONFIG_NAMES "pkgconf")
|
||||
|
||||
find_program(PKG_CONFIG_EXECUTABLE
|
||||
NAMES ${PKG_CONFIG_NAMES}
|
||||
|
||||
Reference in New Issue
Block a user