Skip to content

Commit 1749d4e

Browse files
committed
Updating conda/cmake/CondaGenerationOptions.cmake
1 parent 46e2048 commit 1749d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/cmake/CondaGenerationOptions.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(CONDA_GENERATE_ROBOTOLOGY_METAPACKAGES "If on, generate recipes for robot
1111

1212
# This variable is automatically set to contain the robotology-superbuild version in case of releases
1313
if(NOT CONDA_ROBOTOLOGY_SUPERBUILD_VERSION)
14-
set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION "")
14+
set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2023.08.0)
1515
endif()
1616

1717
# For more conda generation options, check the specific project Build<CMakeProject>.cmake

0 commit comments

Comments
 (0)