Skip to content

Commit

Permalink
Set maximum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jul 27, 2024
1 parent c94c407 commit 16cb277
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.16..3.28)

# 'C' required by prograns/voxelOccupancyDetection in Ubuntu 24.04
# see https://github.com/roboticslab-uc3m/vision/issues/106
project(ROBOTICSLAB_VISION LANGUAGES C CXX)

# Set CMake policies.
if(POLICY CMP0127)
cmake_policy(SET CMP0127 NEW)
endif()

# Let the user specify a configuration (only single-config generators).
if(NOT CMAKE_CONFIGURATION_TYPES)
# Possible values.
Expand Down

0 comments on commit 16cb277

Please sign in to comment.