Skip to content

Commit e382f33

Browse files
authored
Merge pull request #624 from artemcm/CMakeBump
Bump required CMake version to 3.17
2 parents b51ac67 + d75c0f6 commit e382f33

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)