fixed missing argument in main CMakeLists.txt
This commit is contained in:
parent
5c76f68168
commit
8faf300b6e
|
@ -188,7 +188,7 @@ ENDIF(BUILD_JP3D)
|
||||||
OPTION(BUILD_INDEXER_JPIP "Build the INDEXER_JPIP binaries" OFF)
|
OPTION(BUILD_INDEXER_JPIP "Build the INDEXER_JPIP binaries" OFF)
|
||||||
IF(BUILD_INDEXER_JPIP AND NOT UNIX)
|
IF(BUILD_INDEXER_JPIP AND NOT UNIX)
|
||||||
SUBDIRS(indexer_JPIP)
|
SUBDIRS(indexer_JPIP)
|
||||||
ENDIF(BUILD_INDEXER_JPIP)
|
ENDIF(BUILD_INDEXER_JPIP AND NOT UNIX)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Build DOCUMENTATION ?
|
# Build DOCUMENTATION ?
|
||||||
|
|
Loading…
Reference in New Issue