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 c81d295 commit 81ad77bCopy full SHA for 81ad77b
CMakeLists.txt
@@ -146,6 +146,10 @@ if(ITKPythonPackage_SUPERBUILD)
146
OR NOT DEFINED Python3_EXECUTABLE)
147
148
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
149
+ if(NOT Python3_EXECUTABLE AND _Python3_EXECUTABLE)
150
+ set(Python3_EXECUTABLE ${_Python3_EXECUTABLE} CACHE INTERNAL
151
+ "Path to the Python interpreter" FORCE)
152
+ endif()
153
endif()
154
if(NOT DEFINED DOXYGEN_EXECUTABLE)
155
find_package(Doxygen REQUIRED)
0 commit comments