Skip to content

Commit

Permalink
Fix build of MLIR documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuttari committed Sep 16, 2024
1 parent 171bbca commit 01ff5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ add_subdirectory(cmake/modules)
option(MARCO_BUILD_MLIR_DOCS "Generate the Markdown MLIR documentation MARCO docs." ON)
option(MARCO_BUILD_DOXYGEN_DOCS "Generate the Doxygen documentation for MARCO." OFF)

add_custom_target(docs)
add_custom_target(docs ALL)
add_subdirectory(docs)

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 01ff5f5

Please sign in to comment.