Skip to content

Commit f467833

Browse files
authored
Merge pull request #1205 from F0REacH/fix_warpctc_cmake_torch_issue
Fix issue #1186
2 parents 419a130 + 7709b69 commit f467833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/external/warpctc.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +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
5758
CMAKE_ARGS -DBUILD_SHARED=ON
5859
)
5960

0 commit comments

Comments
 (0)