We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaeea0b commit 433ca9fCopy full SHA for 433ca9f
CMakeLists.txt
@@ -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()
+cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
8
9
include(CMakeDependentOption)
10
include(CheckSymbolExists)
0 commit comments