mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[stlab] fix core build (#30819)
This commit is contained in:
parent
7d8c95ec3b
commit
49ec128d6b
@ -6,10 +6,17 @@ vcpkg_from_github(
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
cpp17shims STLAB_USE_BOOST_CPP17_SHIMS
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
${FEATURE_OPTIONS}
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Qt6=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "stlab",
|
||||
"version": "1.7.1",
|
||||
"port-version": 1,
|
||||
"description": [
|
||||
"stlab is the ongoing work of what was Adobe Software Technology Lab.",
|
||||
"The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures."
|
||||
|
@ -7642,7 +7642,7 @@
|
||||
},
|
||||
"stlab": {
|
||||
"baseline": "1.7.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"stormlib": {
|
||||
"baseline": "2019-05-10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "abb069e17e53344d850ff3b01ebf636a1734a6e0",
|
||||
"version": "1.7.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "82ee8586032e3eb89368644e78fe4a4726a17774",
|
||||
"version": "1.7.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user