18 lines
771 B
CMake
Raw Normal View History

# Automatically generated by scripts/boost/generate-ports.ps1
2017-12-05 13:00:50 -08:00
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/program_options
REF boost-1.76.0
SHA512 5cbd02923de60da9b8b4ac232daabc4b3ac8c07f46d8de1a69576c331d1f13951166d4c61649328c68405d7e4d2cb2bf5996521a53c211f5399bd67acb546bce
2017-12-05 13:00:50 -08:00
HEAD_REF master
)
if(NOT DEFINED CURRENT_HOST_INSTALLED_DIR)
message(FATAL_ERROR "boost-program-options requires a newer version of vcpkg in order to build.")
endif()
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
2017-12-05 13:00:50 -08:00
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
2018-01-17 22:08:48 -08:00
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
2017-12-05 13:00:50 -08:00
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})