We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d74fc7 commit 700831fCopy full SHA for 700831f
docsrc/tutorials/installation.rst
@@ -261,7 +261,7 @@ A few useful CMake options include:
261
262
cmake -S. -B<build directory> \
263
[-DCMAKE_MODULE_PATH=cmake/Module] \
264
- [-DTorch_DID=<path to libtorch>/share/cmake/Torch] \
+ [-DTorch_DIR=<path to libtorch>/share/cmake/Torch] \
265
[-DTensorRT_ROOT=<path to TensorRT>] \
266
[-DCMAKE_BUILD_TYPE=Debug|Release]
267
cmake --build <build directory>
0 commit comments