diff --git a/ports/scenepic/portfile.cmake b/ports/scenepic/portfile.cmake index 8bd4f3eb959..a52ef472b69 100644 --- a/ports/scenepic/portfile.cmake +++ b/ports/scenepic/portfile.cmake @@ -1,5 +1,4 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION} vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH @@ -24,6 +23,7 @@ execute_process( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" + DISABLE_PARALLEL_CONFIGURE OPTIONS -DCPP_TARGETS=cpp ) diff --git a/ports/scenepic/vcpkg.json b/ports/scenepic/vcpkg.json index b3b19cb27d1..162453df24c 100644 --- a/ports/scenepic/vcpkg.json +++ b/ports/scenepic/vcpkg.json @@ -1,6 +1,7 @@ { "name": "scenepic", "version": "1.0.16", + "port-version": 1, "description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content", "homepage": "https://microsoft.github.io/scenepic/", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index b3df9df1b12..547fb2aa743 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7002,7 +7002,7 @@ }, "scenepic": { "baseline": "1.0.16", - "port-version": 0 + "port-version": 1 }, "scintilla": { "baseline": "4.4.6", diff --git a/versions/s-/scenepic.json b/versions/s-/scenepic.json index fe1d5353867..35ba1d88efa 100644 --- a/versions/s-/scenepic.json +++ b/versions/s-/scenepic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "57d4ac99e32e53ed59ea56871fefb332a01e7481", + "version": "1.0.16", + "port-version": 1 + }, { "git-tree": "6189e56611fc03461ca02be717dc2d430aaccd6e", "version": "1.0.16",