Sfoglia il codice sorgente

COMP: Superbuild - Documentation directory is added in CTK project only not at superbuild level

Jean-Christophe Fillion-Robin 15 anni fa
parent
commit
d20066ab1c
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      CMakeLists.txt

+ 5 - 4
CMakeLists.txt

@@ -297,10 +297,6 @@ OPTION(CTK_USE_KWSTYLE     "Enable sourcecode-based style tests." OFF)
 #MARK_AS_ADVANCED(CTK_USE_KWSTYLE)
 #MARK_AS_ADVANCED(CTK_USE_KWSTYLE)
 
 
 #---------------------------------------------------------------------------
 #---------------------------------------------------------------------------
-# Documentation
-ADD_SUBDIRECTORY( Documentation )
-
-#---------------------------------------------------------------------------
 # Will contain a list of sub-directory without option ON or OFF
 # Will contain a list of sub-directory without option ON or OFF
 #
 #
 SET(CTK_LIBS_SUBDIRS )
 SET(CTK_LIBS_SUBDIRS )
@@ -500,6 +496,11 @@ ENDFOREACH()
 #
 #
 INCLUDE(Utilities/KWStyle/KWStyle.cmake)
 INCLUDE(Utilities/KWStyle/KWStyle.cmake)
 
 
+#---------------------------------------------------------------------------
+# Documentation
+#
+ADD_SUBDIRECTORY( Documentation )
+
 #-----------------------------------------------------------------------------
 #-----------------------------------------------------------------------------
 # The commands in this directory are intended to be executed as
 # The commands in this directory are intended to be executed as
 # the end of the whole configuration process, as a "last step".
 # the end of the whole configuration process, as a "last step".