[lodepng-c] Disable parallel configure (#17290)

* [lodepng-c] Disable parallel configure

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-04-20 08:36:19 +08:00 committed by GitHub
parent 25adbcfe41
commit 590c580d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

View File

@ -17,6 +17,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS_DEBUG
-DDISABLE_INSTALL_HEADERS=ON
-DDISABLE_INSTALL_TOOLS=ON
@ -29,4 +30,4 @@ vcpkg_copy_pdbs()
# Moves all .cmake files from /debug/share/lodepng/ to /share/lodepng/
vcpkg_fixup_cmake_targets()
file(INSTALL ${SOURCE_PATH}/lodepng.h DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/lodepng.h" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{
"name": "lodepng-c",
"version-string": "2021-03-01",
"version-date": "2021-03-01",
"port-version": 1,
"description": "PNG encoder and decoder in C",
"homepage": "https://github.com/lvandeve/lodepng"
}

View File

@ -3714,7 +3714,7 @@
},
"lodepng-c": {
"baseline": "2021-03-01",
"port-version": 0
"port-version": 1
},
"log4cplus": {
"baseline": "2.0.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df7ad4d806d2308089bd2131fec061ac36ab72f9",
"version-date": "2021-03-01",
"port-version": 1
},
{
"git-tree": "588b315ea040b1a598929e86260dadaec3cb15d0",
"version-string": "2021-03-01",