diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index 15d6d9524..66f0737b7 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 2024.08.0) endif() # For more conda generation options, check the specific project Build.cmake