From 1749d4e7852c7ee9bd69aa23804b5b76f568b3c2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 11 Sep 2023 12:24:28 +0000 Subject: [PATCH] Updating conda/cmake/CondaGenerationOptions.cmake --- conda/cmake/CondaGenerationOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index a1b980c7a..eb789671d 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 "") + set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2023.08.0) endif() # For more conda generation options, check the specific project Build.cmake