Skip to content

Commit

Permalink
cmake: relax minimum version requirements
Browse files Browse the repository at this point in the history
Support for 2.8.12 is being deprecated, so require a range to make the
warnings go away.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jun 8, 2021
1 parent e6903b8 commit 094aeb4
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
@@ -1,5 +1,5 @@
# Determines what CMake APIs we can rely on
cmake_minimum_required (VERSION 2.8.11)
cmake_minimum_required (VERSION 2.8.11...3.13.1)
if (${CMAKE_VERSION} VERSION_GREATER 3.2.2)
cmake_policy(VERSION 3.2.2)
endif()
Expand Down

0 comments on commit 094aeb4

Please sign in to comment.