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 2912234 commit cba38d9Copy full SHA for cba38d9
CMakeLists.txt
@@ -145,7 +145,7 @@ if(ITKPythonPackage_SUPERBUILD)
145
OR NOT DEFINED Python3_LIBRARY
146
OR NOT DEFINED Python3_EXECUTABLE)
147
148
- find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
+ find_package(Python3 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)
0 commit comments