fix stdalign.h not find issue (#25721)

This commit is contained in:
Mengna Li 2022-07-13 02:06:15 +08:00 committed by GitHub
parent d303fe640b
commit 1cf8af0b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -1,13 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO inie0722/CTL
REF v1.1.2
SHA512 5669db0448359023cc55b0f9134084cda3aea716996d58ef7e8e63d3721c074af27f59a52c1976c72decea93630f64c463718344f34fdae3e5a832c9d876913a
REF fc9129720646b7e4e2bda9565aff8b2f447fbc2c #v1.1.2
SHA512 23cd6d17997ab6bba8fba117fc0bd5a50fd4a37a2f2ce11164596b19fe3284536dbe19108ca27576842fdf808c40961c471c898844fe74580d3d6d1877833920
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS "-DCTL_CACHE_LINE_SIZE=0"
)
vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{
"name": "air-ctl",
"version": "1.1.2",
"port-version": 1,
"description": "C template container library",
"homepage": "https://github.com/inie0722/CTL",
"license": "BSL-1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "334287af2a9a10d76ce270d72f4df58e5ddc7434",
"version": "1.1.2",
"port-version": 1
},
{
"git-tree": "7ba95e186d0f375425730cf877027e7e3b9961b1",
"version": "1.1.2",

View File

@ -38,7 +38,7 @@
},
"air-ctl": {
"baseline": "1.1.2",
"port-version": 0
"port-version": 1
},
"aixlog": {
"baseline": "1.5.0",