We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e2048 commit 1749d4eCopy full SHA for 1749d4e
conda/cmake/CondaGenerationOptions.cmake
@@ -11,7 +11,7 @@ option(CONDA_GENERATE_ROBOTOLOGY_METAPACKAGES "If on, generate recipes for robot
11
12
# This variable is automatically set to contain the robotology-superbuild version in case of releases
13
if(NOT CONDA_ROBOTOLOGY_SUPERBUILD_VERSION)
14
- set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION "")
+ set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2023.08.0)
15
endif()
16
17
# For more conda generation options, check the specific project Build<CMakeProject>.cmake
0 commit comments