From 8e6492e5f9bb405ce2ba43fe366c7117041d4ba6 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 14 Dec 2020 16:22:23 +0100 Subject: [PATCH] Set ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE to use 2020.08.feat-01.yaml --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e35e51770..5dd295099 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ endif() set(ROBOTOLOGY_PROJECT_TAGS "Custom" CACHE STRING "The tags to be used for the robotology projects: Stable, Unstable or Custom. This can be changed only before the first configuration.") mark_as_advanced(ROBOTOLOGY_PROJECT_TAGS) -set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2020.08.patch-01.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/2020.08.feat-01.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.") mark_as_advanced(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE) set_property(CACHE ROBOTOLOGY_PROJECT_TAGS PROPERTY STRINGS "Stable" "Unstable" "Custom")