[simonbrunel-qtpromise] Disable building unit tests (#45465)

This commit is contained in:
Tamás PEREGI
2025-05-12 23:13:20 +02:00
committed by GitHub
parent 4105dd1eb7
commit e3f84a6da2
4 changed files with 8 additions and 1 deletions

View File

@@ -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()

View File

@@ -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/",

View File

@@ -8686,7 +8686,7 @@
},
"simonbrunel-qtpromise": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"simple-fft": {
"baseline": "2020-06-14",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c083f02dfead7a0ba83b43d5fbea8ec8bbed46e4",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "b416eec5f84996491c4656f6b01723453abac31f",
"version": "0.7.0",