diff --git a/.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh b/.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh index 3fe7acbe3785bb9a1993489e0a7b0e5fa1163302..4cc5c553bde298b322bc5bec6d610a0a5faa0eba 100755 --- a/.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh +++ b/.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh @@ -33,6 +33,7 @@ cmake -GNinja \ -DENABLE_python3:BOOL=ON \ -DSUPPRESS_szip_OUTPUT:BOOL=OFF \ -Dqt5_SKIP_PCH:BOOL=ON \ + -Dqt5_ENABLE_OPENSSL:BOOL=ON \ $sccache_settings \ "-D__BUILDBOT_INSTALL_LOCATION:PATH=$SUPERBUILD_PREFIX" \ "$workdir" diff --git a/CMake/SMTKPluginTestingMacros.cmake b/CMake/SMTKPluginTestingMacros.cmake index a610d310c421a7cdffef938fcd96a1bb54854205..d63bfb052aa2bc6fe5786f1aaa7ba71bd4081696 100644 --- a/CMake/SMTKPluginTestingMacros.cmake +++ b/CMake/SMTKPluginTestingMacros.cmake @@ -65,6 +65,12 @@ function(smtk_test_plugin test_plugin_file_url) # dashboards. set_tests_properties(${test_name} PROPERTIES RUN_SERIAL TRUE) + if (_smtk_superbuild_prefix) + set_property(TEST ${test_name} APPEND + PROPERTY + ENVIRONMENT "CMAKE_PREFIX_PATH=${_smtk_superbuild_prefix}") + endif () + # If on Windows, pass the environment PATH to the test. if (WIN32) # We need to add this smtk's binary directory to the path so the plugin