mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:03:02 +08:00
[lodepng-c] Disable parallel configure (#17290)
* [lodepng-c] Disable parallel configure * update version record
This commit is contained in:
parent
25adbcfe41
commit
590c580d8d
@ -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)
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -3714,7 +3714,7 @@
|
||||
},
|
||||
"lodepng-c": {
|
||||
"baseline": "2021-03-01",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"log4cplus": {
|
||||
"baseline": "2.0.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "df7ad4d806d2308089bd2131fec061ac36ab72f9",
|
||||
"version-date": "2021-03-01",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "588b315ea040b1a598929e86260dadaec3cb15d0",
|
||||
"version-string": "2021-03-01",
|
||||
|
Loading…
Reference in New Issue
Block a user