[recycle] update to 8.0.0 (#49138)

This commit is contained in:
toge
2025-12-29 13:45:14 +09:00
committed by GitHub
parent 74807fd29e
commit a0ab5885c9
5 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df64f52..ac9a79d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.10)
project(recycle)
-# Include common CMake settings
-include("${STEINWURF_RESOLVE}/toolchains/common_settings.cmake")
-
# Define library
add_library(recycle INTERFACE)
target_compile_features(recycle INTERFACE cxx_std_14)
@@ -19,7 +16,7 @@ install(
PATTERN *.hpp)
# Is top level project?
-if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
+if(0)
# Setup testing
enable_testing()

View File

@@ -2,7 +2,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO steinwurf/recycle
REF "${VERSION}"
SHA512 c30cd3d388eeeea6a3db344e0e448878686c4a7bc106260c7de9d1eeb3477435eb1783bca09151356ba51200ecf14182891f97a38943959032c54b17ea0abac3
SHA512 cc11dffe5a5aa6cf1f1c1b0c53830332edf784d7bac21608c8d04f8e077381df2e4a65c8664319f23bb80fc01240a79d314bd60c70b90b988e0319b2704da60d
PATCHES
disable-tests.patch
)
vcpkg_cmake_configure(

View File

@@ -1,6 +1,6 @@
{
"name": "recycle",
"version": "7.0.0",
"version": "8.0.0",
"description": "Simple resource pool for recycling resources in C++",
"homepage": "https://github.com/steinwurf/recycle",
"license": "BSD-3-Clause",

View File

@@ -8533,7 +8533,7 @@
"port-version": 1
},
"recycle": {
"baseline": "7.0.0",
"baseline": "8.0.0",
"port-version": 0
},
"red0124-ssp": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1a5e0a88bdac196d7eebf7a8a6a138c6d54b35c4",
"version": "8.0.0",
"port-version": 0
},
{
"git-tree": "342b8bf7460c684c89e390b02194bcad6ef7eb64",
"version": "7.0.0",