From 12e60bf393b4a5c586320d47d97d49f4bfb4db27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Fri, 21 Apr 2023 10:29:49 +0200 Subject: [PATCH] Prepare 2023.02.3 part 2 (#1391) --- cmake/RobotologySuperbuildOptions.cmake | 2 +- conda/cmake/CondaGenerationOptions.cmake | 2 +- packaging/windows/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/RobotologySuperbuildOptions.cmake b/cmake/RobotologySuperbuildOptions.cmake index c8d9fb15e..81ecd4ff0 100644 --- a/cmake/RobotologySuperbuildOptions.cmake +++ b/cmake/RobotologySuperbuildOptions.cmake @@ -71,7 +71,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES) endif() set(ROBOTOLOGY_PROJECT_TAGS "Custom" CACHE STRING "The tags to be used for the robotology projects: Stable, Unstable, LatestRelease or Custom. This can be changed only before the first configuration.") -set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2023.02.2.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.") +set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2023.02.3.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.") set_property(CACHE ROBOTOLOGY_PROJECT_TAGS PROPERTY STRINGS "Stable" "Unstable" "LatestRelease" "Custom") if(ROBOTOLOGY_PROJECT_TAGS STREQUAL "Stable") diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index 94248a47e..c434f35ac 100644 --- a/conda/cmake/CondaGenerationOptions.cmake +++ b/conda/cmake/CondaGenerationOptions.cmake @@ -11,7 +11,7 @@ option(CONDA_GENERATE_ROBOTOLOGY_METAPACKAGES "If on, generate recipes for robot # This variable is automatically set to contain the robotology-superbuild version in case of releases if(NOT CONDA_ROBOTOLOGY_SUPERBUILD_VERSION) - set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2023.02.2) + set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2023.02.3) endif() # For more conda generation options, check the specific project Build.cmake diff --git a/packaging/windows/CMakeLists.txt b/packaging/windows/CMakeLists.txt index fea6a6bd4..3a27df891 100644 --- a/packaging/windows/CMakeLists.txt +++ b/packaging/windows/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12) -set(INSTALLER_VERSION 2023.02.2) +set(INSTALLER_VERSION 2023.02.3) option(RI_INCLUDE_GAZEBO "If ON include the Gazebo simulator binaries." ON) option(RI_BUILD_FULL_INSTALLER "If ON build the full installer, otherwise the dependencies one." ON)