Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new attempt for appveyor
authorAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 7 Mar 2022 12:47:56 +0000 (13:47 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 7 Mar 2022 12:47:56 +0000 (13:47 +0100)
.appveyor.yml

index 59d6f2f..07a609f 100644 (file)
@@ -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)