Skip to content

Commit 2451b3f

Browse files
committed
Fix typo in the doc
1 parent 77634f7 commit 2451b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/tutorials/installation.rst

Lines changed: 1 addition & 1 deletion
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)