fixed CMakeLists.txt typo
authorAntonin Descampe <antonin@gmail.com>
Tue, 5 Oct 2010 19:17:01 +0000 (19:17 +0000)
committerAntonin Descampe <antonin@gmail.com>
Tue, 5 Oct 2010 19:17:01 +0000 (19:17 +0000)
CMakeLists.txt

index 341a9fde8531451083f02642cef84528f9e9e48d..79d8526f41d5447d3d315b3bf0d446d296c28369 100644 (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)
 
 #-----------------------------------------------------------------------------