Skip to content

Commit e0379d8

Browse files
committed
Merge branch 'master' into devel
2 parents ea165c6 + 2c799b7 commit e0379d8

File tree

9 files changed

+1
-17
lines changed

9 files changed

+1
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Authors: Lorenzo Natale
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
5+
cmake_minimum_required(VERSION 3.12...3.28)
66

77
set(ROOT_PROJECT_NAME ICUB)
88
project(${ROOT_PROJECT_NAME} LANGUAGES C CXX

bindings/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Paul Fitzpatrick
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR})
86

97
# Find YARP for bindings-only builds

src/libraries/learningMachine/standalone/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Arjan Gijsberts
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
set(PROJECTNAME learningMachine)
86
project(${PROJECTNAME})
97

src/modules/learningMachine/standalone/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Arjan Gijsberts
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
set(PROJECTNAME learningMachine)
86

97
find_package(YARP)

src/tools/embObjProtoTools/boardTransceiver/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Alberto Cardellino
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
# Name of the project must correspond to the class name that needs to be
86
# instantiated by the factory - so embObjLib is not ok
97
SET(PROJECTNAME boardTransceiver)

src/tools/embObjProtoTools/embObjProto_debugParser/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Valentina Gaggero
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
set(PROJECTNAME embObjProto_debugParser)
86

97
project(${PROJECTNAME})

src/tools/embObjProtoTools/nvListPrinter/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Valentina Gaggero
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
set(PROJECTNAME nvid_printer)
86

97
file(GLOB folder_header *.h)

src/tools/emsBackDoorManager/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Authors: Valentina Gaggero
33
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44

5-
cmake_minimum_required(VERSION 3.12)
6-
75
set(PROJECTNAME emsBackDoorManager)
86

97
file(GLOB folder_header *.h)

src/unittest/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# This software may be modified and distributed under the terms of the
55
# BSD-3-Clause license. See the accompanying LICENSE file for details.
66

7-
cmake_minimum_required(VERSION 3.12)
8-
97
include(FetchContent)
108

119
#GTEST

0 commit comments

Comments
 (0)