summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index aadbadba..08741c64 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -3,10 +3,7 @@ FIND_PACKAGE(Doxygen)
IF(DOXYGEN_EXECUTABLE)
# The Doxyfile.dox is poorly defined and produce output
# in the source dir
-ADD_CUSTOM_TARGET(doxygen
-# By default doxygen target is added to the 'all' target. Project is small
-# thus running doxygen is not too time consuming
- ALL
+ADD_CUSTOM_TARGET(doc
${DOXYGEN}
${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}