diff --git a/CMakeLists.txt b/CMakeLists.txt index 341a9fde..79d8526f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) #-----------------------------------------------------------------------------