Skip to content

Commit 68e2125

Browse files
committed
fix dso cmake typo
1 parent e2e6a6f commit 68e2125

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)