We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fa6ba commit 7709b69Copy full SHA for 7709b69
cmake/external/warpctc.cmake
@@ -54,7 +54,7 @@ ExternalProject_Add(
54
CMAKE_ARGS -DWITH_GPU=${WITH_GPU}
55
CMAKE_ARGS -DWITH_OMP=${USE_OMP}
56
CMAKE_ARGS -DWITH_TORCH=OFF
57
- CMAKE_ARGS -DCMAKE_DISABLE_FIND_PACKAGE_TORCH=TRUE
+ CMAKE_ARGS -DCMAKE_DISABLE_FIND_PACKAGE_Torch=TRUE
58
CMAKE_ARGS -DBUILD_SHARED=ON
59
)
60
0 commit comments