Skip to content

Commit

Permalink
Remove cmake_minimum_required calls in non-root directories (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 7, 2024
1 parent 1fa8c66 commit b5a0991
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR})

# Find YARP for bindings-only builds
Expand Down
2 changes: 0 additions & 2 deletions src/libraries/learningMachine/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Arjan Gijsberts
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

set(PROJECTNAME learningMachine)
project(${PROJECTNAME})

Expand Down
2 changes: 0 additions & 2 deletions src/modules/learningMachine/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Arjan Gijsberts
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

set(PROJECTNAME learningMachine)

find_package(YARP)
Expand Down
2 changes: 0 additions & 2 deletions src/tools/embObjProtoTools/boardTransceiver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Alberto Cardellino
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

# Name of the project must correspond to the class name that needs to be
# instantiated by the factory - so embObjLib is not ok
SET(PROJECTNAME boardTransceiver)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Valentina Gaggero
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

set(PROJECTNAME embObjProto_debugParser)

project(${PROJECTNAME})
Expand Down
2 changes: 0 additions & 2 deletions src/tools/embObjProtoTools/nvListPrinter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Valentina Gaggero
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

set(PROJECTNAME nvid_printer)

file(GLOB folder_header *.h)
Expand Down
2 changes: 0 additions & 2 deletions src/tools/emsBackDoorManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Authors: Valentina Gaggero
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

cmake_minimum_required(VERSION 3.12)

set(PROJECTNAME emsBackDoorManager)

file(GLOB folder_header *.h)
Expand Down
2 changes: 0 additions & 2 deletions src/unittest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license. See the accompanying LICENSE file for details.

cmake_minimum_required(VERSION 3.12)

include(FetchContent)

#GTEST
Expand Down

0 comments on commit b5a0991

Please sign in to comment.