From 399dcbf9c6f336b8773001bb825e5fcfdba7fa18 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Tue, 7 Mar 2023 10:54:57 +0100 Subject: [PATCH] added cmake versioning of the project cc @Nicogene --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9f54cb0fe..6912f5c5fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # CopyPolicy: Released under the terms of the GNU GPL v2.0. cmake_minimum_required(VERSION 3.5) -project(robots-configuration) +project(robots-configuration VERSION 2.2.0) find_package(YARP REQUIRED) find_package(ICUBcontrib REQUIRED)