We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207ee10 commit 649fa6bCopy full SHA for 649fa6b
scripts/activation.bat
@@ -7,6 +7,7 @@ set CMAKE_EXPORT_COMPILE_COMMANDS=1
7
:: Activate color output with Ninja
8
set CMAKE_COLOR_DIAGNOSTICS=1
9
10
+:: Set default build value only if not previously set
11
if not defined EIGENPY_BUILD_TYPE (set EIGENPY_BUILD_TYPE=Release)
12
if not defined EIGENPY_PYTHON_STUBS (set EIGENPY_PYTHON_STUBS=ON)
13
if not defined EIGENPY_CHOLMOD_SUPPORT (set EIGENPY_CHOLMOD_SUPPORT=OFF)
0 commit comments