Merge topic 'FindPkgConfig-REQUIRED-issue-12620'

55c3435 FindPkgConfig: respect REQUIRED (#12620)
This commit is contained in:
David Cole 2012-01-25 11:16:22 -05:00 committed by CMake Topic Stage
commit 2e69c0534f
1 changed files with 2 additions and 4 deletions

View File

@ -85,14 +85,12 @@
### Common stuff ####
set(PKG_CONFIG_VERSION 1)
set(PKG_CONFIG_FOUND 0)
find_program(PKG_CONFIG_EXECUTABLE NAMES pkg-config DOC "pkg-config executable")
mark_as_advanced(PKG_CONFIG_EXECUTABLE)
if(PKG_CONFIG_EXECUTABLE)
set(PKG_CONFIG_FOUND 1)
endif(PKG_CONFIG_EXECUTABLE)
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
find_package_handle_standard_args(PkgConfig DEFAULT_MSG PKG_CONFIG_EXECUTABLE)
# Unsets the given variables