From: Matthias Maier Date: Thu, 30 Mar 2023 17:45:31 +0000 (-0500) Subject: CMake: also record dummy target in detailed.log X-Git-Tag: v9.5.0-rc1~392^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dd3b8f09e43e0abbd454a8817898df09db7a21;p=dealii.git CMake: also record dummy target in detailed.log --- diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake index 75469f42e0..e9e82dfd7a 100644 --- a/cmake/setup_write_config.cmake +++ b/cmake/setup_write_config.cmake @@ -131,6 +131,9 @@ endif() _detailed("# Library targets:\n") +_detailed("#\n") +_print_target(${DEAL_II_TARGET_NAME}) + foreach(_build ${DEAL_II_BUILD_TYPES}) string(TOLOWER "${_build}" _build_lowercase) _detailed("#\n")