You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/errors/error.no.toolchain.info.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ What happens
9
9
Explanation
10
10
-----------
11
11
12
-
- Hunter use `try_compile <https://cmake.org/cmake/help/v3.0/command/try_compile.html>`_ to calculate `toolchain-id <https://github.com/ruslo/hunter#toolchain-id>`_. Internally ``*.cpp`` file with ``#pragma message(...)`` directives used to print different system macros. This error occurs when no information printed on compilation step.
12
+
- Hunter use `try_compile <https://cmake.org/cmake/help/v3.2/command/try_compile.html>`_ to calculate `toolchain-id <https://github.com/ruslo/hunter#toolchain-id>`_. Internally ``*.cpp`` file with ``#pragma message(...)`` directives used to print different system macros. This error occurs when no information printed on compilation step.
Copy file name to clipboardExpand all lines: docs/reference/errors/error.vs.devenv.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Explanation
18
18
-----------
19
19
20
20
These paths can be used to determine tools which needed to build non-CMake projects (like Boost).
21
-
- `CMAKE_VS_DEVENV_COMMAND <https://cmake.org/cmake/help/v3.0/variable/CMAKE_VS_DEVENV_COMMAND.html>`_ contains full path to ``devenv.com`` tool when using full versions of Visual Studio.
22
-
- `CMAKE_VS_MSBUILD_COMMAND <https://cmake.org/cmake/help/v3.0/variable/CMAKE_VS_MSBUILD_COMMAND.html?highlight=cmake_vs_msbuild_command>`_ contains full path to ``MSBuild.exe`` tool.
21
+
- `CMAKE_VS_DEVENV_COMMAND <https://cmake.org/cmake/help/v3.2/variable/CMAKE_VS_DEVENV_COMMAND.html>`_ contains full path to ``devenv.com`` tool when using full versions of Visual Studio.
22
+
- `CMAKE_VS_MSBUILD_COMMAND <https://cmake.org/cmake/help/v3.2/variable/CMAKE_VS_MSBUILD_COMMAND.html?highlight=cmake_vs_msbuild_command>`_ contains full path to ``MSBuild.exe`` tool.
0 commit comments