[vcpkg-cmake-integration] Warn if no packages are installed for the current triplet.

This commit is contained in:
Robert Schumacher 2018-02-23 16:50:32 -08:00
parent 910d3e5280
commit 0334365f51

View File

@ -81,6 +81,10 @@ if(NOT DEFINED _VCPKG_ROOT_DIR)
endif()
set(_VCPKG_INSTALLED_DIR ${_VCPKG_ROOT_DIR}/installed)
if(NOT EXISTS "${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}" AND NOT _CMAKE_IN_TRY_COMPILE)
message(WARNING "There are no libraries installed for the Vcpkg triplet ${VCPKG_TARGET_TRIPLET}.")
endif()
if(CMAKE_BUILD_TYPE MATCHES "^Debug$" OR NOT DEFINED CMAKE_BUILD_TYPE)
list(APPEND CMAKE_PREFIX_PATH
${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/debug