We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecae66f commit 0a13296Copy full SHA for 0a13296
1 file changed
development/scripts/pixi/activation.bat
@@ -7,7 +7,7 @@ set CMAKE_EXPORT_COMPILE_COMMANDS=1
7
set CMAKE_COLOR_DIAGNOSTICS=1
8
9
:: Each environment have its dedicated build dir
10
-set SOFA_BUILD_DIR=%CONDA_PREFIX%\sofa-build
+if not defined SOFA_BUILD_DIR (set SOFA_BUILD_DIR=%CONDA_PREFIX%\sofa-build)
11
12
:: Set default build value only if not previously set
13
if not defined SOFA_CMAKE_PREFIX_PATH (set SOFA_CMAKE_PREFIX_PATH=%CONDA_PREFIX%)
0 commit comments