commit | 4cb4461afb3fefe9962e6563f3d2314acb2a3330 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 09:58:22 2020 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 09:58:22 2020 -0700 |
tree | bef9affe056adeeb4fb1b37c4c4ec4aec06d60a5 | |
parent | 6f87808d49d5e26c18dcbb591733898d1a144906 [diff] |
Correct target name of build toolset
diff --git a/.appveyor.yml b/.appveyor.yml index 485b677..c5d2b31 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -9,7 +9,7 @@ - debug before_build: - - cmake -G "Visual Studio 16 2019 Win64" + - cmake -G "Visual Studio 16 2019" build: project: (APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln