Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-08-01 08:54:18 +0300
committerTaku Kudo <taku@google.com>2018-08-01 08:54:18 +0300
commitf0d8cba65aa96423fcee9799dbddf8a5a6ff06a6 (patch)
tree82e442ab75610c98ec1a70f2645e173a6639fd55 /src/CMakeLists.txt
parentad73df268bda22b924a36d88306919ac86bbcd85 (diff)
Updated version number
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 549ab04..b4e5175 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -141,7 +141,7 @@ if (SPM_ENABLE_SHARED)
target_link_libraries(sentencepiece ${SPM_LIBS})
target_link_libraries(sentencepiece_train ${SPM_LIBS} sentencepiece)
set(SPM_INSTALLTARGETS sentencepiece sentencepiece_train sentencepiece-static sentencepiece_train-static)
- set_target_properties(sentencepiece sentencepiece_train PROPERTIES SOVERSION 0 VERSION 0.1.0)
+ set_target_properties(sentencepiece sentencepiece_train PROPERTIES SOVERSION 0 VERSION 0.0.0)
set_target_properties(sentencepiece PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS YES)
set_target_properties(sentencepiece_train PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS YES)
if (MSVC)
@@ -194,7 +194,7 @@ target_link_libraries(spm_export_vocab sentencepiece)
if (SPM_ENABLE_NFKC_COMPILE)
add_executable(compile_charsmap compile_charsmap_main.cc)
- target_link_libraries(compile_charsmap sentencepiece)
+ target_link_libraries(compile_charsmap sentencepiece sentencepiece_train)
endif()
list(APPEND SPM_INSTALLTARGETS