From 8dbd92f6c246f9eb27e86d0c97038b21766448ef Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Sun, 5 Sep 2010 20:50:17 +0000 Subject: [PATCH] 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. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 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 )