From ee26b0beac5a2da9727b4c5aff832dbc7908a5d3 Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Mon, 6 Jan 2025 14:42:45 -0500 Subject: [PATCH] Fix[build]: Remove `docs` target as a dependency of `all` Signed-off-by: Patrick M. Niedzielski --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ae475960..12c831d48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,6 @@ endif() find_package(Doxygen) if(DOXYGEN_FOUND) add_custom_target(docs - ALL COMMENT "Build public and internal documentation" )