aboutsummaryrefslogtreecommitdiff
path: root/ports/atlmfc/portfile.cmake
blob: d11235dcc107ddb1ec9d07c797eda2c77f9afbde (plain)
1
2
3
4
5
6
7
8
9
10
find_path(AFXRES_H
  NAMES afxres.h
  PATHS $ENV{INCLUDE}
)

if(NOT AFXRES_H)
  message(FATAL_ERROR "Unable to locate 'afxres.h'. Ensure you have installed the ATL/MFC component of Visual Studio.")
endif()

SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)