mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[simonbrunel-qtpromise] Disable building unit tests (#45465)
This commit is contained in:
@@ -14,6 +14,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DQTPROMISE_HEADER_INSTALL_DESTINATION="${CURRENT_PACKAGES_DIR}/include/${PORT}"
|
||||
-DQTPROMISE_HEADER_INSTALL_COMPONENTS="Release"
|
||||
-DSUBPROJECT=ON # do not build tests
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "simonbrunel-qtpromise",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1,
|
||||
"maintainers": "Simon Brunel",
|
||||
"description": "Promises/A+ implementation for Qt/C++",
|
||||
"homepage": "https://qtpromise.netlify.app/",
|
||||
|
||||
@@ -8686,7 +8686,7 @@
|
||||
},
|
||||
"simonbrunel-qtpromise": {
|
||||
"baseline": "0.7.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"simple-fft": {
|
||||
"baseline": "2020-06-14",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c083f02dfead7a0ba83b43d5fbea8ec8bbed46e4",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b416eec5f84996491c4656f6b01723453abac31f",
|
||||
"version": "0.7.0",
|
||||
|
||||
Reference in New Issue
Block a user