Skip to content

Commit dd94a92

Browse files
committed
ci: reintroduce CppADCodeGen
1 parent 70cb4c4 commit dd94a92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-windows-v142.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ jobs:
5656
cmake ^
5757
-G "Visual Studio 16 2019" -T "v142" -DCMAKE_GENERATOR_PLATFORM=x64 ^
5858
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
59-
-DCMAKE_BUILD_TYPE=Release ^
6059
-DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
6160
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
62-
-DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=OFF ^
61+
-DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON ^
6362
..
6463

6564
:: Build

0 commit comments

Comments
 (0)