diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 09:26:51 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 09:26:51 +0000 |
| commit | 95f06f0591976f4a8534c73251fe5048bbe7f770 (patch) | |
| tree | a5a890c829feecb4143cafedac5a05cd00545a56 /src/bin/CMakeLists.txt | |
| parent | 3bf4d635f2401f5749c33aa4bac0b5268e687008 (diff) | |
[trunk] FolderReorgProposal task: fix JPWL
Update issue 177
Diffstat (limited to 'src/bin/CMakeLists.txt')
| -rw-r--r-- | src/bin/CMakeLists.txt | 2 |
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) |
