vcpkg/ports/boost-callable-traits/portfile.cmake
Ehsan 3fe2ec61d3 Update some ports version (#7525)
* [blosc] Update library to 1.17.0

* [boost-callable-traits] Update library to 2.3.2

* [cjson] Update library to 1.7.12

* [cppzmq] Update library to 4.4.1
2019-08-02 10:26:39 -07:00

15 lines
516 B
CMake

# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/callable_traits
REF 2.3.2
SHA512 32d69cc0bdaecfcf69f9e6079f6b80738ea95937cb2ef802d4d26771745c0d7179c9074ed6312ef1c2d45cf1711979ecf9a8407677d18e625bfb859bca1aa319
HEAD_REF master
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})