Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions ports/stlab-copy-on-write/disable-cpm.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6452b57..6e4e9d4 100644
index 086a9da..8bf9ecf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,8 @@
@@ -1,15 +1,12 @@
cmake_minimum_required(VERSION 3.24)

-include(cmake/CPM.cmake)
-
# Fetch cpp-library before project()
# Check https://github.com/stlab/cpp-library/releases for the latest version
-CPMAddPackage("gh:stlab/cpp-library@5.0.0")
# [DEPENDENCY] https://github.com/stlab/cpp-library/releases for the latest version
# CPMAddPackage(
# NAME cpp-library
# SOURCE_DIR "${CMAKE_SOURCE_DIR}/../cpp-library"
# )
-CPMAddPackage("gh:stlab/cpp-library@5.4.1")
-include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
+include(cmake/cpp-library/cpp-library.cmake)

Expand Down
2 changes: 1 addition & 1 deletion ports/stlab-copy-on-write/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stlab/copy-on-write
REF "v${VERSION}"
SHA512 4f480b35a232abd94f70bcd37b93099196e8d09f40678f87afc367af7b11c5799ffaa81ee134e6c1b85f7a5d6765f0a25c305d6dd09685bb1b4bbc3948ecbd3e
SHA512 c7e9036862aafb1cc651eb8785edb09c11b36245731fb0213d6cc72c7cf521cd5954e6fd40aa5349148e103f847e62c0736ea943e5f097b46e96c5ba0a125151
HEAD_REF main
PATCHES
disable-cpm.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/stlab-copy-on-write/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stlab-copy-on-write",
"version": "1.1.0",
"version": "1.1.1",
"description": "stlab copy-on-write library",
"homepage": "https://github.com/stlab/copy-on-write",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9817,7 +9817,7 @@
"port-version": 0
},
"stlab-copy-on-write": {
"baseline": "1.1.0",
"baseline": "1.1.1",
"port-version": 0
},
"stlab-enum-ops": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/stlab-copy-on-write.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "49c4295e294a8f87bc4fa06a0cb3baafe7a7ebe3",
"version": "1.1.1",
"port-version": 0
},
{
"git-tree": "413d8e2a4f721eac97e22f67622f274dc06a6595",
"version": "1.1.0",
Expand Down