Skip to content

Commit 6484f99

Browse files
authored
Update CMakeLists.txt
1 parent 8672cc5 commit 6484f99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ link_o2_subproject(InfoLogger)
3131
link_o2_subproject(DataFormat)
3232
link_o2_subproject(DataSampling)
3333

34+
add_subdirectory(doc)
35+
3436
# TODO make it required, once in its own repo
3537
if(ROOT_FOUND)
3638
message(STATUS "ROOT ${ROOT_VERSION} found in '${ROOTSYS}'")
@@ -80,8 +82,6 @@ if(hasParent)
8082
endif()
8183
include(PackageConfigurator)
8284

83-
add_subdirectory(doc)
84-
8585

8686
####################################
8787
# Module, library and executable definition

0 commit comments

Comments
 (0)