summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2015-10-18 14:42:58 +0200
committerMatthieu Darbois <mayeut@users.noreply.github.com>2015-10-18 14:42:58 +0200
commit4831badeb4ae06f5be0974ce2da855889833736e (patch)
treeededa58e92b044bbdfeed18034400c32c7339012 /CMakeLists.txt
parent05b3afd28f8c3f9551d551c565609062f57f5837 (diff)
parent0cfe2ca4a9687c1b1bbb6c9c9b193ae71a79d547 (diff)
Merge pull request #637 from stweil/fixes
Fix repository for JPEG2000 test data
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 2ef847fe..1856a0b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -301,8 +301,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