ENH: jpwl subdirectory is now build also on Unix systems.
authorLuis Ibanez <luis.ibanez@gmail.com>
Sun, 5 Sep 2010 20:50:17 +0000 (20:50 +0000)
committerLuis Ibanez <luis.ibanez@gmail.com>
Sun, 5 Sep 2010 20:50:17 +0000 (20:50 +0000)
     As pointed out by Winfried and Antonin, there is no reason
     to exclude jpwl in Unix systems.

CMakeLists.txt

index 14ec7ea232827895edb542c6fd944954e55f73be..1c8b85341fb808da640fd1af53ecee6632bdffcd 100644 (file)
@@ -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
   )