mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[azure-storage-cpp] Add check for ATL.
This commit is contained in:
parent
cf93d45879
commit
7135c5fc83
@ -8,6 +8,11 @@ vcpkg_download_distfile(ARCHIVE
|
|||||||
)
|
)
|
||||||
vcpkg_extract_source_archive(${ARCHIVE})
|
vcpkg_extract_source_archive(${ARCHIVE})
|
||||||
|
|
||||||
|
find_path(ATLMFC_PATH NAMES "atlbase.h")
|
||||||
|
if(ATLMFC_PATH STREQUAL "ATLMFC_PATH-NOTFOUND")
|
||||||
|
message(FATAL_ERROR "Could not find ATL. Please ensure you have installed the \"Visual C++ ATL support\" optional feature underneath the Desktop C++ workload.")
|
||||||
|
endif()
|
||||||
|
|
||||||
vcpkg_apply_patches(
|
vcpkg_apply_patches(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PATCHES
|
PATCHES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user