From 4c3cbf301176c3fd3cadcd6fd234b36d7a612bde Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Jan 2025 21:47:10 -0700 Subject: [PATCH] Fix the name of a macro in the documentation. --- cmake/macros/macro_define_object_target.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/macro_define_object_target.cmake b/cmake/macros/macro_define_object_target.cmake index c3ecc6f4d7..de5e571709 100644 --- a/cmake/macros/macro_define_object_target.cmake +++ b/cmake/macros/macro_define_object_target.cmake @@ -13,7 +13,7 @@ ## ------------------------------------------------------------------------ # -# define_object_target() +# define_object_library() # # A small wrapper around add_library that will define a target for each # build type specified in DEAL_II_BUILD_TYPES. The specified library name -- 2.39.5