projects
/
platform
/
upstream
/
libpinyin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6642663
)
fixes cmake url
author
Peng Wu
<alexepico@gmail.com>
Fri, 1 Mar 2013 09:25:46 +0000
(17:25 +0800)
committer
Peng Wu
<alexepico@gmail.com>
Fri, 1 Mar 2013 09:25:46 +0000
(17:25 +0800)
data/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/data/CMakeLists.txt
b/data/CMakeLists.txt
index cfba1baea11391f3587c70d621e053358d01a379..031a471dd7d3871e2d8be6fe3a2c5b85eb7bbf9a 100644
(file)
--- a/
data/CMakeLists.txt
+++ b/
data/CMakeLists.txt
@@
-46,9
+46,9
@@
add_custom_command(
COMMENT
"Downloading textual model data..."
COMMAND
- wget http
s://github.com/downloads/libpinyin/libpinyin/model2
.text.tar.gz
+ wget http
://downloads.sourceforge.net/libpinyin/models/model3
.text.tar.gz
COMMAND
- tar xvf model
2
.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data
+ tar xvf model
3
.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data
)
add_custom_command(