summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2022-04-24 12:04:33 +0200
committerHossein <hossein@libreoffice.org>2022-05-05 17:26:12 +0200
commit7fe756570fb4ab30f540d644fd5125a67c2d9ea9 (patch)
tree1bf17c237b6faec90764448824a7cd4e447c76ad /README.md
parent759792e40aceb17a621c37ed725d1e998acbd30d (diff)
Warn if Visual Studio 2019 version is < 16.10
During the compilation with Visual Studio 2019 v16.5, the dragonbox was failing the build, but it was OK when ugprading to the latest version, 16.11. It should be noted that according to the list of predfined macros in Visual Studio, v16.10 and v16.11 use the same value for _MSC_VER, which is 1929. Thus, the distinction between these 2 versions can not be distinguished. Predefined macros https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros For not having the Visual Studio version > 16.10, a warning is shown, and if the Visual Studio version is < 16.5, just like before, an error is generated. Change-Id: I6661ee5121b03ca43e1f7503b74191abcc8d6b40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132907 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96fde564a842..dcc33988f293 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ run and compile LibreOffice, also used by the TDF builds:
* Windows:
* Runtime: Windows 7
- * Build: Cygwin + Visual Studio 2019 version 16.5
+ * Build: Cygwin + Visual Studio 2019 version 16.10
* macOS:
* Runtime: 10.13
* Build: 11.0 + Xcode 12.5