Skip to content

Commit

Permalink
added cmake versioning of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Mar 7, 2023
1 parent 40e1e2e commit 399dcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 399dcbf

Please sign in to comment.