aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atl/portfile.cmake
blob: 61a207f7bfbaaeb10e8ab147eabbd3266cac703a (plain)
1
2
3
4
5
6
7
8
9
10
find_path(ATLBASE_H
  NAMES atlbase.h
  PATHS $ENV{INCLUDE}
)

if(NOT ATLBASE_H)
  message(FATAL_ERROR "Unable to locate 'atlbase.h'. Ensure you have installed the Active Template Library (ATL) component of Visual Studio.")
endif()

SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)