Lines Matching full:executable
8 # executable (variable): Output of executable found
25 found executable version_string version_major version_minor
30 ocv_check_environment_variables(${executable})
31 if(${executable})
32 set(PYTHON_EXECUTABLE "${${executable}}")
35 if(WIN32 AND NOT ${executable})
36 # search for executable with the same bitness as resulting binaries
37 # standard FindPythonInterp always prefers executable from system path
201 set(${executable} "${_executable}" CACHE FILEPATH "Path to Python interpretor")