mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
52d5c9b07e
* Added Sciter.JS port (version 4.4.8.10), deprecated Sciter port * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/sciter-js/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Added Sciter.JS port (version 4.4.8.10), deprecated Sciter port * Added Sciter.JS port (version 4.4.8.16) * Update ports/sciter/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/sciter/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Removed trailing comma * SHA update * Updated ci.baseline * Updated sciter homepage * Updated sciter SHA Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
13 lines
829 B
CMake
13 lines
829 B
CMake
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
message(FATAL_ERROR "The sciter port is deprecated by upstream and conflicts with upstream's replacement.
|
|
|
|
Upstream has stopped active development of sciter and instead encourage users to move to a new library Sciter.JS that uses javascript as the internal scripting language (sciter-js in vcpkg).
|
|
|
|
Options for existing users are:
|
|
1. Depend upon `sciter-js` and change your code to work with the new library
|
|
2. Use `"overrides"` in manifest mode to pin to `"version-string": "4.4.8.3#1"`
|
|
3. Copy the last available `sciter` version into an overlay port (commit 756f1845537a916ba706f6af544b2f490c30fbb1 at subpath `ports/sciter`)
|
|
4. Use the community registry `https://github.com/VuYeK/vcpkg-registry` which may have newer versions of `sciter` available (not affiliated with Microsoft)
|
|
")
|