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.
This commit is contained in:
Luis Ibanez 2010-09-05 20:50:17 +00:00
parent d22912349b
commit 8dbd92f6c2
1 changed files with 1 additions and 3 deletions

View 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
)