Fix repository for JPEG2000 test data 637/head
authorStefan Weil <sw@weilnetz.de>
Tue, 29 Sep 2015 13:27:57 +0000 (15:27 +0200)
committerStefan Weil <sw@weilnetz.de>
Tue, 29 Sep 2015 13:28:43 +0000 (15:28 +0200)
The data is now maintained in a git repository on Github.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
CMakeLists.txt
INSTALL

index 7898d15ca76f115acd7be6a5c896227d00073f23..73bed2c68de8ade497a48d6b06621ef6cbd1e26e 100644 (file)
@@ -291,8 +291,8 @@ if(BUILD_TESTING)
     include(CTest)
 
     # Search openjpeg data needed for the tests
-    # They could be found via svn on the OpenJPEG google code project
-    # svn checkout http://openjpeg.googlecode.com/svn/data (about 70 Mo)
+    # They could be found via git on the OpenJPEG GitHub code project
+    # git clone https://github.com/uclouvain/openjpeg-data.git
     find_path(OPJ_DATA_ROOT README-OPJ-Data
       PATHS $ENV{OPJ_DATA_ROOT} ${CMAKE_SOURCE_DIR}/../data
       NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
diff --git a/INSTALL b/INSTALL
index 109ec4b1864e5927d0d18aace64009fdae761b26..16549f58061f444732ce00d81a9ae60595ece465 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -44,7 +44,7 @@ Main available cmake flags:
     cmake . -DBUILD_TESTING:BOOL=ON -DOPJ_DATA_ROOT:PATH='path/to/the/data/directory'
     make
     make Experimental
-  Note : JPEG2000 test files are available with 'svn checkout http://openjpeg.googlecode.com/svn/data' (about 70 Mo).
+  Note : JPEG2000 test files are available with 'git clone https://github.com/uclouvain/openjpeg-data.git'.
   If '-DOPJ_DATA_ROOT:PATH' option is omitted, test files will be automatically searched in '${CMAKE_SOURCE_DIR}/../data',
   corresponding to the location of the data directory when compiling from the trunk (and assuming the data directory has
   been checked out of course).