Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharless Milette <charles.milette@gmail.com>2021-11-13 20:08:01 +0300
committerCharless Milette <charles.milette@gmail.com>2021-11-13 20:08:01 +0300
commit48e35f9c3e13ca0792a4ff7eec86ae502e3b1478 (patch)
tree849cdd1520b4e7e6a9176281ec4343d10db9ca54 /appveyor.yml
parent89c4b1aabe7463afc15a874dc9602624b8f221ec (diff)
Make clang happy, fix VS 2022 generator name
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 42d928e3..6c5f2103 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -66,7 +66,7 @@ environment:
BUILD_EXAMPLE: 'OFF'
USE_STD_FORMAT: 'OFF'
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- - GENERATOR: '"Visual Studio 16 2022" -A x64'
+ - GENERATOR: '"Visual Studio 17 2022" -A x64'
BUILD_TYPE: Release
BUILD_SHARED: 'ON'
WCHAR: 'OFF'