summaryrefslogtreecommitdiff
path: root/test_V2_tile_handling
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2010-06-21 13:41:12 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2010-06-21 13:41:12 +0000
commit0c69d6e1a845b2649570dc05159b5a5c75cbc242 (patch)
tree441263251def9bc99012e5dc7c9ccfe5dcb66225 /test_V2_tile_handling
parent306e58761a77feb686538055e5168eb204bc0d2f (diff)
Fix installation
Diffstat (limited to 'test_V2_tile_handling')
-rw-r--r--test_V2_tile_handling/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_V2_tile_handling/CMakeLists.txt b/test_V2_tile_handling/CMakeLists.txt
index 7ea4a52c..10917dd4 100644
--- a/test_V2_tile_handling/CMakeLists.txt
+++ b/test_V2_tile_handling/CMakeLists.txt
@@ -21,7 +21,5 @@ ENDIF(NOT BUILD_SHARED_LIBS)
FOREACH(exe test_encoder test_decoder)
ADD_EXECUTABLE(${exe} ${exe}.c)
TARGET_LINK_LIBRARIES(${exe} ${OPJ_PREFIX}openjpeg)
- # Install exe
- INSTALL_TARGETS(/bin/ ${exe})
ENDFOREACH(exe)