diff options
| author | Adam Jorgensen <adam.jorgensen.za@gmail.com> | 2019-12-20 15:00:29 -0500 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:00:29 -0800 |
| commit | 14b0cf90e89dd6436f64a181bc44d76f76dff6fa (patch) | |
| tree | 27a0db62f607319ef2401dc2e3b4e7b1de559d35 /scripts | |
| parent | fad13cc50c3df9f1e8e316bd47482cf3d03f0433 (diff) | |
| download | vcpkg-14b0cf90e89dd6436f64a181bc44d76f76dff6fa.tar.gz vcpkg-14b0cf90e89dd6436f64a181bc44d76f76dff6fa.zip | |
[opendnp3] Add new port (#9313)
* Added port for OpenDNP3 library
* Added usage note
* Handle library linkage setting
* Removed deprecated vcpkg_common_functions include
* Indicated that OpenDNP3 will fail to build on UWP targets
* [opendnp3] Export cmake files and force to build static in Windows
* [opendnp3] Fix include export-cmake name
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 466130d7e..21b0e2de2 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1187,6 +1187,8 @@ opencv3:x64-uwp = skip opencv3:x64-windows = skip
opencv3:x64-windows-static = skip
opencv3:x86-windows = skip
+opendnp3:x64-uwp=fail
+opendnp3:arm-uwp=fail
openexr:arm64-windows=fail
openexr:arm-uwp=fail
openexr:x64-uwp=fail
|
