Skip to content

Commit 519f8ef

Browse files
fix crypography for openssl
Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent bb28ddc commit 519f8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/dependencies/python3.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ ENDIF()
279279
SET(_requirements_install_command
280280
${CMAKE_COMMAND} -E env
281281
${_otio_debug_env}
282+
"OPENSSL_DIR=${RV_DEPS_OPENSSL_INSTALL_DIR}"
282283
"CMAKE_ARGS=-DPYTHON_LIBRARY=${_python3_cmake_library} -DPYTHON_INCLUDE_DIR=${_include_dir} -DPYTHON_EXECUTABLE=${_python3_executable}"
283284
"${_python3_executable}" -m pip install --upgrade --no-cache-dir --force-reinstall --no-binary :all: -r "${_requirements_output_file}"
284285
)

0 commit comments

Comments
 (0)