Skip to content

Commit 82e870b

Browse files
committed
build: remove the Python 2 check
The Swift build is now fully migrated to Python 3. Although it is backwards/forwards compatible, the build invokes everything with the Python3 interpreter, and the Python 2 interpreter should be unused. Remove the last reference to it.
1 parent b37de4b commit 82e870b

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)