diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-12 22:15:10 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-12 22:22:18 -0700 |
| commit | 7d899bb45333006463bfd9512507131e81e2ec18 (patch) | |
| tree | 5e86a79aa79685668c510479a174efce26e98321 /ports/sundials/uwp-c4703-warning.patch | |
| parent | cf4a688e4439e522c79feb6294f8b938a8cbc572 (diff) | |
| download | vcpkg-7d899bb45333006463bfd9512507131e81e2ec18.tar.gz vcpkg-7d899bb45333006463bfd9512507131e81e2ec18.zip | |
[sundials] Add patch for uwp
Diffstat (limited to 'ports/sundials/uwp-c4703-warning.patch')
| -rw-r--r-- | ports/sundials/uwp-c4703-warning.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/sundials/uwp-c4703-warning.patch b/ports/sundials/uwp-c4703-warning.patch new file mode 100644 index 000000000..3718753cf --- /dev/null +++ b/ports/sundials/uwp-c4703-warning.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4030f4d..afef556 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -602,6 +602,7 @@ MARK_AS_ADVANCED(FORCE SUNDIALS_DEVTESTS)
+
+ IF(WIN32)
+ ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
++ ADD_COMPILE_OPTIONS(/wd4703) # Needed for uwp
+ ENDIF(WIN32)
+
+ IF(APPLE)
|
