From: Augustin Degomme Date: Mon, 7 Mar 2022 12:47:56 +0000 (+0100) Subject: new attempt for appveyor X-Git-Tag: v3.31~204 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4e42cbecf66f7a4379b7cf8394a2eec507b37930 new attempt for appveyor --- diff --git a/.appveyor.yml b/.appveyor.yml index 59d6f2f9f0..07a609fdd0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,7 +51,7 @@ before_build: cd eigen-3.4.0 && mkdir build && cd build && - cmake -G "Visual Studio 2019" .. && + cmake -G "Visual Studio 16 2019" .. && cmake --build . --target install && cd ..\.. ) else (echo Using cached Eigen3)