summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-09-29 15:27:57 +0200
committerStefan Weil <sw@weilnetz.de>2015-09-29 15:28:43 +0200
commit0cfe2ca4a9687c1b1bbb6c9c9b193ae71a79d547 (patch)
treeb92e4afa67592f2e70a8c938c67346f403a3e9d7 /CMakeLists.txt
parent05235963d9dc148e129e2c7742653280d7e6375b (diff)
Fix repository for JPEG2000 test data
The data is now maintained in a git repository on Github. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7898d15c..73bed2c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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