|
@@ -246,16 +246,11 @@ MARK_AS_ADVANCED(DART_TESTING_TIMEOUT)
|
|
|
OPTION(CTK_USE_KWSTYLE "Enable sourcecode-based style tests." OFF)
|
|
|
#MARK_AS_ADVANCED(CTK_USE_KWSTYLE)
|
|
|
|
|
|
-#-----------------------------------------------------------------------------
|
|
|
+#---------------------------------------------------------------------------
|
|
|
# Documentation
|
|
|
-OPTION( BUILD_DOCUMENTATION "Build Documentation" OFF )
|
|
|
-
|
|
|
-IF( BUILD_DOCUMENTATION )
|
|
|
- ADD_SUBDIRECTORY( Documentation )
|
|
|
-ENDIF( BUILD_DOCUMENTATION )
|
|
|
+ADD_SUBDIRECTORY( Documentation )
|
|
|
|
|
|
-
|
|
|
-#-----------------------------------------------------------------------------
|
|
|
+#---------------------------------------------------------------------------
|
|
|
# Will contain a list of sub-directory without option ON or OFF
|
|
|
#
|
|
|
SET(CTK_LIBS_SUBDIRS )
|
|
@@ -458,4 +453,4 @@ INCLUDE(Utilities/KWStyle/KWStyle.cmake)
|
|
|
# The commands in this directory are intended to be executed as
|
|
|
# the end of the whole configuration process, as a "last step".
|
|
|
# This directory is typically the last SUBDIRS in the main CMakeLists.txt.
|
|
|
-ADD_SUBDIRECTORY(Utilities/LastConfigureStep)
|
|
|
+ADD_SUBDIRECTORY(Utilities/LastConfigureStep)
|