aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Mori <yuta.256@gmail.com>2015-03-21 02:04:01 +0900
committerYuta Mori <yuta.256@gmail.com>2015-03-21 02:04:01 +0900
commit735637c650fd24b2a84ad4f5827ff75b603f05bf (patch)
tree2f0efb8fcc27be31b1d9825f5a9ba96d821d478d
parentf2d2b74f7627e7205edbc69367eba6c72cf8200a (diff)
downloadplatform_external_libdivsufsort-735637c650fd24b2a84ad4f5827ff75b603f05bf.tar.gz
platform_external_libdivsufsort-735637c650fd24b2a84ad4f5827ff75b603f05bf.tar.bz2
platform_external_libdivsufsort-735637c650fd24b2a84ad4f5827ff75b603f05bf.zip
Update the project URL in CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa05591..7859943 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ include(AppendCompilerFlags)
project(libdivsufsort C)
set(PROJECT_VENDOR "Yuta Mori")
set(PROJECT_CONTACT "yuta.256@gmail.com")
-set(PROJECT_URL "http://libdivsufsort.googlecode.com/")
+set(PROJECT_URL "https://github.com/y-256/libdivsufsort")
set(PROJECT_DESCRIPTION "A lightweight suffix sorting library")
include(VERSION.cmake)