Skip to content

Commit 700831f

Browse files
committed
Fix typo in the doc
1 parent 7d74fc7 commit 700831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/tutorials/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ A few useful CMake options include:
261261
262262
cmake -S. -B<build directory> \
263263
[-DCMAKE_MODULE_PATH=cmake/Module] \
264-
[-DTorch_DID=<path to libtorch>/share/cmake/Torch] \
264+
[-DTorch_DIR=<path to libtorch>/share/cmake/Torch] \
265265
[-DTensorRT_ROOT=<path to TensorRT>] \
266266
[-DCMAKE_BUILD_TYPE=Debug|Release]
267267
cmake --build <build directory>

0 commit comments

Comments
 (0)