Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix install prefix for Eigen3 on appveyor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Mar 2022 14:09:53 +0000 (15:09 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Mar 2022 14:14:04 +0000 (15:14 +0100)
.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)