forked from OpenVPN/openvpn-build
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows-msi: adapt to manifest and presets changes in openvpn and ope…
…nvpn-gui With manifest, it is no longer needed to install dependencies separately, they're installed as part of build process. With presets, output directories are already set, no need to create build_<platform>. Also CMAKE_TOOLCHAIN_FILE is set by presets from VCPKG_ROOT variable. Signed-off-by: Lev Stipakov <[email protected]>
- Loading branch information
Showing
6 changed files
with
27 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Used by build scripts build-and-package.sh calls | ||
$Env:CMAKE_TOOLCHAIN_FILE = "${basedir}\vcpkg\scripts\buildsystems\vcpkg.cmake" | ||
$Env:VCPKG_ROOT = "${basedir}\vcpkg" | ||
$Env:CMAKE = "C:\\Program Files\\CMake\\bin\\cmake.exe" | ||
$Env:ManifestCertificateThumbprint = "thumbprint" | ||
$Env:ManifestTimestampRFC3161Url = "http://timestamp.digicert.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters