Skip to content

Commit d75c0f6

Browse files
committed
Bump required CMake version to 3.17
There are several key livability fixes in 3.17 for building Swift code. This should prevent scenarios like this: swiftlang/swift#37114 Where CMake `<3.17` missed setting up rpaths on the `swift-driver` executable.
1 parent 9e2c870 commit d75c0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

9-
cmake_minimum_required(VERSION 3.15.1)
9+
cmake_minimum_required(VERSION 3.17)
1010

1111
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
1212

0 commit comments

Comments
 (0)