Skip to content

Commit

Permalink
pixi: Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 18, 2024
1 parent 207ee10 commit 649fa6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/activation.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set CMAKE_EXPORT_COMPILE_COMMANDS=1
:: Activate color output with Ninja
set CMAKE_COLOR_DIAGNOSTICS=1

:: Set default build value only if not previously set
if not defined EIGENPY_BUILD_TYPE (set EIGENPY_BUILD_TYPE=Release)
if not defined EIGENPY_PYTHON_STUBS (set EIGENPY_PYTHON_STUBS=ON)
if not defined EIGENPY_CHOLMOD_SUPPORT (set EIGENPY_CHOLMOD_SUPPORT=OFF)
Expand Down

0 comments on commit 649fa6b

Please sign in to comment.