From dce9942e670ee7d1786704bcd4c2ddb92e7f409c Mon Sep 17 00:00:00 2001 From: Tamir Date: Mon, 4 Sep 2023 11:29:56 +0300 Subject: [PATCH] MSVC2015 updated --- doc/installation_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation_windows.md b/doc/installation_windows.md index 1724387de7..5863a503a1 100644 --- a/doc/installation_windows.md +++ b/doc/installation_windows.md @@ -3,7 +3,7 @@ **Note:** Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM. librealsense shall be built on Windows using [CMake v3.8+](https://cmake.org/download/) and Visual Studio 2017 / 2019 / 2022: -(MSVC2013 and older are not fully compatible with the C++11 feature-set). +(MSVC2015 and older are not fully compatible with the C++14 feature-set). ![Windows CMake](./img/windows_cmake.png)