Skip to content

Commit f1d478c

Browse files
Fix compilation doc (#2536)
1 parent 3c0a07e commit f1d478c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ Instead of ``which``, check the Python path with ``where python``.
162162
163163
:: Specify the generator based on your Visual Studio version
164164
:: If CMAKE_INSTALL_PREFIX is a system folder, admin access is needed for installation
165-
cmake -G "Visual Studio 16 2019 Win64" -DCMAKE_INSTALL_PREFIX="<open3d_install_directory>" ..
165+
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX="<open3d_install_directory>" ..
166166
167167
3. Build
168168
````````
169169

170170
.. code-block:: bat
171171
172-
cmake --build --config Release --target ALL_BUILD
172+
cmake --build . --config Release --target ALL_BUILD
173173
174174
Alternatively, you can open the ``Open3D.sln`` project with Visual Studio and
175175
build the same target.

0 commit comments

Comments
 (0)