Skip to content

Commit

Permalink
(RelEng) Add a possibility to skip Doxygen build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesnos committed Dec 19, 2023
1 parent f53be2f commit acd3a88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Expand Up @@ -202,6 +202,7 @@ if(BUILD_TESTING)
add_subdirectory(test)
endif()

# Add targets related to doxygen documention generation
add_subdirectory(doc)

if(NOT SKIP_DOXYGEN_BUILD)
# Add targets related to doxygen documention generation
add_subdirectory(doc)
endif()

0 comments on commit acd3a88

Please sign in to comment.