fixed CMakeLists.txt typo

This commit is contained in:
Antonin Descampe 2010-10-05 19:17:01 +00:00
parent eeefefd56c
commit 453af11e2c
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ ENDIF(BUILD_EXAMPLES)
# Build JPWL binaries ?
OPTION(BUILD_JPWL "Build the JPWL binaries" OFF)
IF(BUILD_JPWL)
SUBDIRS(doc)
SUBDIRS(jpwl)
ENDIF(BUILD_JPWL)
#-----------------------------------------------------------------------------