Skip to content
Snippets Groups Projects
Verified Commit 62b1b502 authored by Francois Keith's avatar Francois Keith Committed by Justin Carpentier
Browse files

Use clang generator with Visual Studio 2019 for the compilation

parent 92484232
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ jobs:
set PKG_CONFIG_PATH=%CONDA_PREFIX%\Library\share\pkgconfig:%CONDA_PREFIX%\Library\share\pkgconfig
cmake ^
-G "NMake Makefiles" ^
-G"Visual Studio 16 2019" -A x64 -T"ClangCl" ^
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
-DCMAKE_BUILD_TYPE=Release ^
-DEIGENPY_SITELIB_ROOT=%CONDA_PREFIX% ^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment