From bb57013adda322b34b7e82e75e39265b6a0a6383 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 14 Sep 2020 14:11:58 +0200 Subject: [PATCH] Revert "docs: Conan windows support issue documentation added" This reverts commit 2e2259e6502f54839ded302720486d92d107ba18. --- docs/usage.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 291e9f96..880ba8b6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -247,17 +247,6 @@ library release the following steps may be performed: cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build . -.. important:: - - Due to an older Visual Studio 2019 used by the Conan-Center CI the **mp-units** package is - disabled for MSVC build there (`GitHub issue `_). - If you want to obtain the latest release for VS2019 please replace ``mp-units/0.6.0`` with - ``mp-units/0.6.0@mpusz/stable`` in your Conan recipe file and add the following Conan remote: - - .. code-block:: shell - - conan remote add conan-mpusz https://api.bintray.com/conan/mpusz/conan-mpusz - Conan + CMake (Live At Head) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^