Skip to content

Commit b6366a8

Browse files
authored
Merge pull request #13429 from NHZlX/fix_dso_cmake
fix dso cmake typo
2 parents 72dd6b3 + 68e2125 commit b6366a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tensorrt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ find_library(TENSORRT_LIBRARY NAMES libnvinfer.so libnvinfer.a
1818
if(TENSORRT_INCLUDE_DIR AND TENSORRT_LIBRARY)
1919
if(WITH_DSO)
2020
set(TENSORRT_FOUND ON)
21-
endif(WITH DSO)
21+
endif(WITH_DSO)
2222
else()
2323
set(TENSORRT_FOUND OFF)
2424
endif()

0 commit comments

Comments
 (0)