Skip to content

Commit

Permalink
master: conda-windows-eigen.yml: eigen now requires c++14 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Aug 9, 2024
1 parent 06a717f commit 08732f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
-G "NMake Makefiles" ^
-D include_eigen=true ^
-D cppad_static_lib=TRUE ^
-D cppad_cxx_flags="/MP /EHs /EHc /std:c++17 /Zc:__cplusplus" ^
..
REM Build and run tests.
echo cmake --build . --target check
Expand Down

0 comments on commit 08732f9

Please sign in to comment.