summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-14 10:13:25 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-14 10:13:25 +0000
commit27b894dd3fd6d67dacf6c263587d789d96172116 (patch)
treefdbf0c28ae4a76886033e6c7830b19c0538b96a4 /CMakeLists.txt
parent6aaaa3eae28d82e3a2c34e0bd57d027be0685869 (diff)
fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 474a5f02..c4297e70 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -218,11 +218,8 @@ ADD_SUBDIRECTORY(applications)
OPTION(BUILD_JPWL "Build the JPWL library and executables" OFF)
#-----------------------------------------------------------------------------
-# Build DOCUMENTATION
-OPTION(BUILD_DOC "Build the doxygen documentation" OFF)
-IF(BUILD_DOC)
- ADD_SUBDIRECTORY(doc)
-ENDIF(BUILD_DOC)
+# Build DOCUMENTATION (not in ALL target and only if Doxygen is found)
+ADD_SUBDIRECTORY(doc)
#-----------------------------------------------------------------------------
# CDash+CMake : to be updated