Fix: CMake option values should be ON/OFF

This commit is contained in:
glx22
2020-06-07 16:11:36 +02:00
committed by Charles Pigott
parent 1e01982a2e
commit 0b86bd8b03
3 changed files with 8 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ jobs:
VcpkgTargetTriplet: $(VcpkgTargetTriplet)
BuildConfiguration: 'RelWithDebInfo'
${{ if eq(parameters.IsStableRelease, true) }}:
OptionUseNSIS: "YES"
OptionUseNSIS: "ON"
- task: VSBuild@1
displayName: 'Create bundles'
inputs:

View File

@@ -2,7 +2,7 @@ parameters:
BuildArch: ''
VcpkgTargetTriplet: ''
BuildConfiguration: ''
OptionUseNSIS: 'NO'
OptionUseNSIS: 'OFF'
steps:
- task: CMake@1