We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f572a commit f92d2e2Copy full SHA for f92d2e2
cmake/python_binding.cmake
@@ -5,7 +5,6 @@ find_package (SWIG 4 REQUIRED)
5
6
7
message (STATUS "========================================= UTILISATION DE PYTHON 3 =========================================")
8
-set (USE_PYTHON_3 ON)
9
set (Python3_FIND_STRATEGY LOCATION) # Nécessaire pour python >= 3.10
10
find_package (Python3 REQUIRED COMPONENTS Interpreter Development)
11
set (Python_INCLUDE_DIRS ${Python3_INCLUDE_DIRS})
0 commit comments