Skip to content

Commit

Permalink
fix: only add doxygen doc target if ASAP_BUILD_DOCS is ON
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Oct 22, 2024
1 parent 969cbd9 commit f05b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif()
# API Documentation
# ------------------------------------------------------------------------------

if(ASAP_WITH_DOXYGEN)
if(ASAP_BUILD_DOCS AND ASAP_WITH_DOXYGEN)
asap_with_doxygen(
MODULE_NAME
${MODULE_TARGET_NAME}
Expand Down

0 comments on commit f05b118

Please sign in to comment.