summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:12:22 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:12:22 +0000
commit3bf4d635f2401f5749c33aa4bac0b5268e687008 (patch)
tree421ac9e9d0da117d65997a523bf7aa4e1076a603 /CMakeLists.txt
parenta4fa18e92df6592d16dcc18205571aea0ae9c0c9 (diff)
[trunk] FolderReorgProposal task: rename cli tools
Update issue 177
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b2fbaaa8..1978a71a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,8 @@ if(NOT OPENJPEG_NAMESPACE)
set(OPENJPEG_STANDALONE 1)
endif()
# In all cases:
-string(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
+#string(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
+set(OPENJPEG_LIBRARY_NAME openjp2)
project(${OPENJPEG_NAMESPACE} C)