Skip to content

Commit

Permalink
remove * after so
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 22, 2024
1 parent 8fbae59 commit 2741c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ elseif(APPLE)
else()
set(ONNXRUNTIME_LIB "libonnxruntime.so")
set(ONNXRUNTIME_PROVIDERS_CUDA_LIB "libonnxruntime_providers_cuda.so")
set(ONNXRUNTIME_FILES "libonnxruntime*.so*")
set(ONNXRUNTIME_FILES "libonnxruntime*.so")
set(ONNXRUNTIME_EXTENSIONS_LIB "tfmtok_c.so")
endif()

Expand Down

0 comments on commit 2741c6d

Please sign in to comment.