Skip to content

Commit 1b85082

Browse files
authored
[cmake] Remove Python 2 from build requirement (#42434)
In theory, this requirement is no longer necenssary. Let's see if CI agrees.
1 parent 29cd551 commit 1b85082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/StandaloneOverlay.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ include(SwiftConfigureSDK)
132132
include(SwiftComponents)
133133
include(DarwinSDKs)
134134

135-
find_package(Python2 COMPONENTS Interpreter REQUIRED)
136135
find_package(Python3 COMPONENTS Interpreter REQUIRED)
137136

138137
# Without this line, installing components is broken. This needs refactoring.

0 commit comments

Comments
 (0)