aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.dox.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/build.dox.in')
-rw-r--r--host/docs/build.dox.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in
index 9e4f91ce4..1d9d9a0fe 100644
--- a/host/docs/build.dox.in
+++ b/host/docs/build.dox.in
@@ -220,10 +220,8 @@ extensions:
\subsection cmake_win Generate the project with CMake
-- Enable Python3 option in the CMake list if the version of installed Python is >=3, otherwise go to the next step.
- - Go to the source code: `<uhd-repo-path>/host`.
- - Open 'CMakeLists.txt'.
- - Find 'ENABLE_PYTHON3' option and set it to 'ON', e.g. 'option(ENABLE_PYTHON3 "Enable Python 3. Default is Python 2" ON)'.
+- Make sure the version of Python that CMake detects matches the version you
+ want it to be (check the PYTHON_VERSION variable)
- Open the CMake GUI.
- Set the path to the source code: `<uhd-repo-path>/host`.
- Set the path to the build directory (this may require creating the folder \build\): `<uhd-repo-path>/host/build`.