Skip to content

Commit b41205d

Browse files
reyoungXreki
authored andcommitted
Disable BUILD_TESTS for warpctc (#8210)
* It will sightly faster compile and make warpctc compile well on CUDA 9 and GCC 5.5
1 parent 20c4a4c commit b41205d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/external/warpctc.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ExternalProject_Add(
5252
-DWITH_TORCH=OFF
5353
-DCMAKE_DISABLE_FIND_PACKAGE_Torch=ON
5454
-DBUILD_SHARED=ON
55+
-DBUILD_TESTS=OFF
5556
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
5657
-DCMAKE_BUILD_TYPE=${THIRD_PARTY_BUILD_TYPE}
5758
${EXTERNAL_OPTIONAL_ARGS}

0 commit comments

Comments
 (0)