From: Wolfgang Bangerth Date: Mon, 24 Mar 2025 16:06:30 +0000 (-0600) Subject: Use quotes instead of <...>. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18251%2Fhead;p=dealii.git Use quotes instead of <...>. --- diff --git a/cmake/macros/macro_deal_ii_setup_target.cmake b/cmake/macros/macro_deal_ii_setup_target.cmake index 20da60b651..44b243f0b0 100644 --- a/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/cmake/macros/macro_deal_ii_setup_target.cmake @@ -65,7 +65,7 @@ macro(deal_ii_setup_target _target) message(FATAL_ERROR "\nThe deal_ii_setup_target() macro can take optional arguments, " "but the debug or release configuration can only be specified " - "once. The arguments you passed are <${ARGN}>." + "once. The arguments you passed are \"${ARGN}\"." "\n\n" ) endif() @@ -73,7 +73,7 @@ macro(deal_ii_setup_target _target) message(FATAL_ERROR "\nThe deal_ii_setup_target() macro was called with an invalid argument. " "Valid arguments are (none), DEBUG, or RELEASE. " - "The argument given is <${_arg}>." + "The argument given is \"${_arg}\"." "\n\n" ) endif()