Skip to content

Commit 65e41a9

Browse files
drop the lib (#132)
1 parent b007644 commit 65e41a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tokenizers-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(GNUInstallDirs)
1111
# Directly include sentencepiece library
1212
set_and_check(TOKENIZERS_LIBDIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
1313
if(WIN32)
14-
set(SENTENCEPIECE_LIBRARY "${TOKENIZERS_LIBDIR}/libsentencepiece.lib")
14+
set(SENTENCEPIECE_LIBRARY "${TOKENIZERS_LIBDIR}/sentencepiece.lib")
1515
else()
1616
set(SENTENCEPIECE_LIBRARY "${TOKENIZERS_LIBDIR}/libsentencepiece.a")
1717
endif()

0 commit comments

Comments
 (0)