diff options
author | glx22 <glx@openttd.org> | 2020-06-07 16:11:36 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-06-08 09:49:26 +0100 |
commit | 0b86bd8b03a333b2c0a1900901c3535a188e475d (patch) | |
tree | ccd000bccf721034263e0429154dcea8233bba86 /azure-pipelines/templates/windows-build.yml | |
parent | 1e01982a2e36b532d0bdf3768827eb7233b0ecee (diff) | |
download | openttd-0b86bd8b03a333b2c0a1900901c3535a188e475d.tar.xz |
Fix: CMake option values should be ON/OFF
Diffstat (limited to 'azure-pipelines/templates/windows-build.yml')
-rw-r--r-- | azure-pipelines/templates/windows-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/windows-build.yml b/azure-pipelines/templates/windows-build.yml index 07e42a7ce..ae3b89414 100644 --- a/azure-pipelines/templates/windows-build.yml +++ b/azure-pipelines/templates/windows-build.yml @@ -2,7 +2,7 @@ parameters: BuildArch: '' VcpkgTargetTriplet: '' BuildConfiguration: '' - OptionUseNSIS: 'NO' + OptionUseNSIS: 'OFF' steps: - task: CMake@1 |