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:
authorRohit Jain <rjai@microsoft.com>2021-05-23 21:43:50 +0300
committerRohit Jain <rjai@microsoft.com>2021-05-23 21:43:50 +0300
commit5a97d95ea0abf7fae37c7231d6de3dc3807c6ff5 (patch)
tree2be7ebdf1bdd81c0fca638060b00b0dd1af54b6b
parenta07399044a66fb769c1f47be5a0c63f9090d64f9 (diff)
Update cmake
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d3d41f2..0d1afe8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,9 +105,9 @@ add_subdirectory(src)
add_subdirectory(third_party)
if (SPM_ALT_PROJNAME)
-set_target_properties(sentencepiece PROPERTIES OUTPUT_NAME "sentencepiecelatest")
+set_target_properties(sentencepiece PROPERTIES OUTPUT_NAME "sentencepiece_latest")
set_target_properties(sentencepiece_train PROPERTIES OUTPUT_NAME "sentencepiece_train_latest")
-set_target_properties(sentencepiece-static PROPERTIES OUTPUT_NAME "sentencepiecelatest")
+set_target_properties(sentencepiece-static PROPERTIES OUTPUT_NAME "sentencepiece_latest")
set_target_properties(sentencepiece_train-static PROPERTIES OUTPUT_NAME "sentencepiece_train_latest")
else()
endif()