Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.

cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

################################################
# ug4
Expand Down
2 changes: 1 addition & 1 deletion cmake/ug_cmake_versions.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)
2 changes: 1 addition & 1 deletion ugbase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# ugbase
################################################

cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

project(P_UGBASE)

Expand Down
2 changes: 1 addition & 1 deletion ugbase/bindings/vrl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.12...4.4)

####
# bindings_vrl Library
Expand Down
2 changes: 1 addition & 1 deletion ugbase/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.

cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

################################################
# common
Expand Down
2 changes: 1 addition & 1 deletion ugbase/lib_grid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# lib_grid
################################################

cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

project(P_LIB_GRID)

Expand Down
2 changes: 1 addition & 1 deletion ugbase/lib_grid/file_io/externals/src/lgm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.12...4.4)

####
# liblgm Project
Expand Down
2 changes: 1 addition & 1 deletion ugbase/lib_grid/file_io/externals/src/ng/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.12...4.4)

####
# libng Project
Expand Down
2 changes: 1 addition & 1 deletion ugbase/pcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Parallel Communication Layer
################################################

cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

project(P_PCL)

Expand Down
2 changes: 1 addition & 1 deletion ugbase/ug_shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
################################################################################


cmake_minimum_required(VERSION 2.8.12...3.27.1)
cmake_minimum_required(VERSION 2.8.12...4.4)

####
# ugscript Library
Expand Down
Loading