Skip to content

Commit ce2377d

Browse files
authored
Merge pull request swiftlang#33651 from compnerd/complete
build: remove the Python 2 check
2 parents 83b50cd + 82e870b commit ce2377d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,6 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
914914
endif()
915915
endif()
916916

917-
find_package(Python2 COMPONENTS Interpreter REQUIRED)
918917
find_package(Python3 COMPONENTS Interpreter REQUIRED)
919918

920919
#

0 commit comments

Comments
 (0)