Skip to content

Commit

Permalink
MDEV-25232 CMake Deprecation Warning Compatibility with CMake < 2.8.12
Browse files Browse the repository at this point in the history
...will be removed from a future version of CMake.
  • Loading branch information
vaintroub committed Apr 26, 2021
1 parent 701ea94 commit 0bd29ba
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
Expand Up @@ -2,7 +2,7 @@

# This is the LGPL libmariadb project.

CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
INCLUDE(CheckFunctionExists)
IF(COMMAND CMAKE_POLICY)
SET(NEW_POLICIES CMP0003 CMP0022 CMP0023 CMP0077 CMP0069 CMP0075)
Expand Down

0 comments on commit 0bd29ba

Please sign in to comment.