We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8672cc5 commit 6484f99Copy full SHA for 6484f99
1 file changed
CMakeLists.txt
@@ -31,6 +31,8 @@ link_o2_subproject(InfoLogger)
31
link_o2_subproject(DataFormat)
32
link_o2_subproject(DataSampling)
33
34
+add_subdirectory(doc)
35
+
36
# TODO make it required, once in its own repo
37
if(ROOT_FOUND)
38
message(STATUS "ROOT ${ROOT_VERSION} found in '${ROOTSYS}'")
@@ -80,8 +82,6 @@ if(hasParent)
80
82
endif()
81
83
include(PackageConfigurator)
84
-add_subdirectory(doc)
-
85
86
####################################
87
# Module, library and executable definition
0 commit comments