diff options
| author | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-05 20:50:17 +0000 |
|---|---|---|
| committer | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-05 20:50:17 +0000 |
| commit | 8dbd92f6c246f9eb27e86d0c97038b21766448ef (patch) | |
| tree | 9f9eef9ad99fab6875291f995041b76b668fd65e | |
| parent | d22912349bd909f5ac159b7dcbd1b38422c2a649 (diff) | |
ENH: jpwl subdirectory is now build also on Unix systems.
As pointed out by Winfried and Antonin, there is no reason
to exclude jpwl in Unix systems.
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 14ec7ea2..1c8b8534 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,13 +149,11 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) SUBDIRS( libopenjpeg mj2 - # cmake 2.4.5 has poor java support - #j2kviewer/src + jpwl ) IF(NOT UNIX) SUBDIRS( - jpwl jp3d indexer_JPIP ) |
