Skip to content

Commit 649fa6b

Browse files
committed
pixi: Add some comments
1 parent 207ee10 commit 649fa6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/activation.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set CMAKE_EXPORT_COMPILE_COMMANDS=1
77
:: Activate color output with Ninja
88
set CMAKE_COLOR_DIAGNOSTICS=1
99

10+
:: Set default build value only if not previously set
1011
if not defined EIGENPY_BUILD_TYPE (set EIGENPY_BUILD_TYPE=Release)
1112
if not defined EIGENPY_PYTHON_STUBS (set EIGENPY_PYTHON_STUBS=ON)
1213
if not defined EIGENPY_CHOLMOD_SUPPORT (set EIGENPY_CHOLMOD_SUPPORT=OFF)

0 commit comments

Comments
 (0)