fixed CMakeLists.txt typo
This commit is contained in:
parent
eeefefd56c
commit
453af11e2c
|
@ -171,7 +171,7 @@ ENDIF(BUILD_EXAMPLES)
|
||||||
# Build JPWL binaries ?
|
# Build JPWL binaries ?
|
||||||
OPTION(BUILD_JPWL "Build the JPWL binaries" OFF)
|
OPTION(BUILD_JPWL "Build the JPWL binaries" OFF)
|
||||||
IF(BUILD_JPWL)
|
IF(BUILD_JPWL)
|
||||||
SUBDIRS(doc)
|
SUBDIRS(jpwl)
|
||||||
ENDIF(BUILD_JPWL)
|
ENDIF(BUILD_JPWL)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue