We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61dfee commit c262040Copy full SHA for c262040
cmake/external/warpctc.cmake
@@ -38,8 +38,7 @@ ENDIF()
38
ExternalProject_Add(
39
extern_warpctc
40
${EXTERNAL_PROJECT_LOG_ARGS}
41
- GIT_REPOSITORY "https://github.com/gangliao/warp-ctc.git"
42
- GIT_TAG b63a0644654a3e0ed624c85a1767bc8193aead09
+ GIT_REPOSITORY "https://github.com/dzhwinter/warp-ctc.git"
43
PREFIX ${WARPCTC_SOURCES_DIR}
44
UPDATE_COMMAND ""
45
CMAKE_ARGS -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
0 commit comments