Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix install prefix for Eigen3 on appveyor.
[simgrid.git] / .appveyor.yml
index 974466c..71a1fe1 100644 (file)
@@ -51,7 +51,7 @@ before_build:
             cd eigen-3.4.0 &&
             mkdir build &&
             cd build &&
-            cmake -G "Visual Studio 16 2019"  .. &&
+            cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=C:\projects .. &&
             cmake --build . --target install &&
             cd ..\..
          ) else (echo Using cached Eigen3)