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 bb28ddc commit 519f8efCopy full SHA for 519f8ef
cmake/dependencies/python3.cmake
@@ -279,6 +279,7 @@ ENDIF()
279
SET(_requirements_install_command
280
${CMAKE_COMMAND} -E env
281
${_otio_debug_env}
282
+ "OPENSSL_DIR=${RV_DEPS_OPENSSL_INSTALL_DIR}"
283
"CMAKE_ARGS=-DPYTHON_LIBRARY=${_python3_cmake_library} -DPYTHON_INCLUDE_DIR=${_include_dir} -DPYTHON_EXECUTABLE=${_python3_executable}"
284
"${_python3_executable}" -m pip install --upgrade --no-cache-dir --force-reinstall --no-binary :all: -r "${_requirements_output_file}"
285
)
0 commit comments