commit | 9d10fcb543deeb52ba27ebee6f05704a6c2792f7 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 12:54:38 2020 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 15:31:14 2020 -0700 |
tree | 2646a40b5c8193c196aaad334eebd7669e5d1312 | |
parent | 93c777d07236a4ca4f4de62680f07e6afaff3369 [diff] |
Needs to be run as a command
diff --git a/.appveyor.yml b/.appveyor.yml index 4765657..6b6383c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -16,7 +16,7 @@ - OPTIONS: -Dalign_reads=ON before_build: - - cmake -G "Visual Studio 16 2019" -Dfatal_warnings=OFF $(OPTIONS) + - cmd: cmake -G "Visual Studio 16 2019" -Dfatal_warnings=OFF $(OPTIONS) build: project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln