Skip to content

Commit 7709b69

Browse files
authored
Update warpctc.cmake
Fix case-sensitiveness
1 parent 51fa6ba commit 7709b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/warpctc.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ExternalProject_Add(
5454
CMAKE_ARGS -DWITH_GPU=${WITH_GPU}
5555
CMAKE_ARGS -DWITH_OMP=${USE_OMP}
5656
CMAKE_ARGS -DWITH_TORCH=OFF
57-
CMAKE_ARGS -DCMAKE_DISABLE_FIND_PACKAGE_TORCH=TRUE
57+
CMAKE_ARGS -DCMAKE_DISABLE_FIND_PACKAGE_Torch=TRUE
5858
CMAKE_ARGS -DBUILD_SHARED=ON
5959
)
6060

0 commit comments

Comments
 (0)