summaryrefslogtreecommitdiff
path: root/src/bin/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:26:51 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 09:26:51 +0000
commit95f06f0591976f4a8534c73251fe5048bbe7f770 (patch)
treea5a890c829feecb4143cafedac5a05cd00545a56 /src/bin/CMakeLists.txt
parent3bf4d635f2401f5749c33aa4bac0b5268e687008 (diff)
[trunk] FolderReorgProposal task: fix JPWL
Update issue 177
Diffstat (limited to 'src/bin/CMakeLists.txt')
-rw-r--r--src/bin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt
index 6393404e..edf85feb 100644
--- a/src/bin/CMakeLists.txt
+++ b/src/bin/CMakeLists.txt
@@ -5,7 +5,7 @@ add_subdirectory(jp2)
# optionals components:
if(BUILD_JPWL)
-# add_subdirectory(jpwl)
+ add_subdirectory(jpwl)
endif()
if(BUILD_MJ2)
add_subdirectory(mj2)