early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/boost-regex/b2-options.cmake
vendored
Executable file
6
externals/vcpkg/ports/boost-regex/b2-options.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
if("icu" IN_LIST FEATURES)
|
||||
set(B2_REQUIREMENTS "<library>/user-config//icuuc <library>/user-config//icudt <library>/user-config//icuin <define>BOOST_HAS_ICU=1")
|
||||
if(APPLE)
|
||||
list(APPEND B2_OPTIONS cxxstd=11)
|
||||
endif()
|
||||
endif()
|
17
externals/vcpkg/ports/boost-regex/portfile.cmake
vendored
Executable file
17
externals/vcpkg/ports/boost-regex/portfile.cmake
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/regex
|
||||
REF boost-1.79.0
|
||||
SHA512 69cb333d35c81e24ec98e0d0498313bfb25429dadc8ded693b9fe8cf1fcfec489e3c3ccbc0b68971d5d7c1f50c29167fd85ca464ddadb64a7798b914f51d35c3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
42
externals/vcpkg/ports/boost-regex/vcpkg.json
vendored
Executable file
42
externals/vcpkg/ports/boost-regex/vcpkg.json
vendored
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost regex module",
|
||||
"homepage": "https://github.com/boostorg/regex",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-assert",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-concept-check",
|
||||
"boost-config",
|
||||
"boost-container-hash",
|
||||
"boost-core",
|
||||
"boost-integer",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-mpl",
|
||||
"boost-predef",
|
||||
"boost-smart-ptr",
|
||||
"boost-static-assert",
|
||||
"boost-throw-exception",
|
||||
"boost-type-traits",
|
||||
"boost-vcpkg-helpers",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"icu": {
|
||||
"description": "ICU backend for Boost.Regex",
|
||||
"dependencies": [
|
||||
"icu"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user