From a57c64761901cc1cd8200e75611a0e914f78860c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 29 Nov 2024 10:14:45 +0100 Subject: [PATCH] Remove VERSION argument from project invocation --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 060d76d..d142b1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.17) project(yarp-devices-ros2 - LANGUAGES CXX - VERSION 3.10.0) + LANGUAGES CXX) include(FeatureSummary)