Linux Python virtual environment updates

This commit is contained in:
Dan Paulat 2025-05-28 23:15:17 -05:00
parent ea2c2e8f58
commit 9ce411d85b
6 changed files with 42 additions and 3 deletions

View file

@ -9,6 +9,7 @@ cmake_args=(
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="${script_dir}/../../external/cmake-conan/conan_provider.cmake"
-DCONAN_HOST_PROFILE="${conan_profile}"
-DCONAN_BUILD_PROFILE="${conan_profile}"
-DSCWX_VIRTUAL_ENV="${venv_path}"
)
if [[ -n "${build_type}" ]]; then