diff --git a/appveyor.yml b/appveyor.yml index e644d1f..bdcd9a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ configuration: - RelWithDebInfo before_build: - - cmake -G "Visual Studio 12 2013" source/compiler -DCPACK_GENERATOR=ZIP + - cmake -G "Visual Studio 15 2017" source/compiler -DCPACK_GENERATOR=ZIP -DCMAKE_GENERATOR_TOOLSET=v100 build_script: - cmake --build . --config %CONFIGURATION%