From 453af11e2cc20d6c2e3c1091cb199707367e7634 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Tue, 5 Oct 2010 19:17:01 +0000 Subject: [PATCH] fixed CMakeLists.txt typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #-----------------------------------------------------------------------------