Skip to content

Commit 433ca9f

Browse files
committed
Bump minimum CMake version to 3.20.
1 parent aaeea0b commit 433ca9f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
2-
3-
if(CMAKE_VERSION VERSION_LESS 3.19 AND CMAKE_GENERATOR STREQUAL "Xcode")
4-
message(AUTHOR_WARNING "Using a CMake version before 3.19 with a recent Xcode SDK and the Xcode generator "
5-
"will likely result in CMake failing to find the AppleClang compiler. Either upgrade CMake to at least "
6-
"version 3.19 or use a different generator, e.g. \"Unix Makefiles\" or \"Ninja\".")
7-
endif()
1+
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
82

93
include(CMakeDependentOption)
104
include(CheckSymbolExists)

0 commit comments

Comments
 (0)