Skip to content

Commit f92d2e2

Browse files
author
Charles PIGNEROL
committed
Removed support for Python 2.
1 parent d6f572a commit f92d2e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/python_binding.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ find_package (SWIG 4 REQUIRED)
55

66

77
message (STATUS "========================================= UTILISATION DE PYTHON 3 =========================================")
8-
set (USE_PYTHON_3 ON)
98
set (Python3_FIND_STRATEGY LOCATION) # Nécessaire pour python >= 3.10
109
find_package (Python3 REQUIRED COMPONENTS Interpreter Development)
1110
set (Python_INCLUDE_DIRS ${Python3_INCLUDE_DIRS})

0 commit comments

Comments
 (0)