From 4508297aa8c4d08d8d657e245dafddf7b70bf1f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Mar 2025 10:06:30 -0600 Subject: [PATCH] Use quotes instead of <...>. --- cmake/macros/macro_deal_ii_setup_target.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.5