]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid unicode quoting. 18287/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 24 Mar 2025 16:11:30 +0000 (10:11 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 24 Mar 2025 16:11:30 +0000 (10:11 -0600)
cmake/checks/check_01_cxx_features.cmake
cmake/macros/macro_copy_target_properties.cmake
cmake/macros/macro_define_interface_target.cmake
cmake/macros/macro_process_feature.cmake
cmake/macros/macro_target_compile_flags.cmake
cmake/macros/macro_target_link_flags.cmake

index 30e60ef846fde9a0d4a3df67a99a46335398c34d..4afc00efc26e9a4ac01023a2f364e8c0545a57d4 100644 (file)
@@ -385,9 +385,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
 if(NOT "${CMAKE_CXX_STANDARD}" STREQUAL "${_cxx_standard}")
   message(FATAL_ERROR
     "\nThe current version of deal.II was configured with CMAKE_CXX_STANDARD "
-    "set to »${CMAKE_CXX_STANDARD}«, but we detected only support for standard "
-    "version »${_cxx_standard}«. Either unset the CMake variable "
-    "CMAKE_CXX_STANDARD, or ensure that it is at most set to »${_cxx_standard}«.\n\n"
+    "set to \"${CMAKE_CXX_STANDARD}\", but we detected only support for standard "
+    "version \"${_cxx_standard}\". Either unset the CMake variable "
+    "CMAKE_CXX_STANDARD, or ensure that it is at most set to \"${_cxx_standard}\".\n\n"
     )
 endif()
 
index 9a59656063236db7030c14160159fceb7d4ff576..8485816d8d4e12bf6ca4c982afb4c80bca2ed383 100644 (file)
@@ -83,8 +83,8 @@ function(copy_target_properties _destination_target)
         #
         if("${_lib}" MATCHES "::")
           message(FATAL_ERROR
-            "Undefined imported target name »${_lib}« present in interface "
-            "of target »${_entry}«."
+            "Undefined imported target name \"${_lib}\" present in interface "
+            "of target \"${_entry}\"."
             )
         endif()
         list(APPEND _libraries ${_lib})
index c3c41825ecb7c0a06c0998509d560195dd611024..b031599c7f54f1272e1119767f911441328008ed 100644 (file)
@@ -97,8 +97,8 @@ function(define_interface_target _feature)
         #
         if("${_lib}" MATCHES "::")
           message(FATAL_ERROR
-            "Undefined imported target name »${_lib}« present when defining "
-            "interface target »${_interface_target}«"
+            "Undefined imported target name \"${_lib}\" present when defining "
+            "interface target \"${_interface_target}\""
             )
         endif()
       endforeach()
index 4394ca0a036179bf142bc1d725ce55ff59f6672a..3289786763645368832a3ab9eb30c582ea164d25 100644 (file)
@@ -131,7 +131,7 @@ macro(process_feature _feature)
       elseif(_arg MATCHES "^(optimized|debug|general)$")
         message(FATAL_ERROR
           "Internal configuration error: process_feature() does not support "
-          "»debug«, »optimized«, or »general« library identifiers, use the "
+          "\"debug«, »optimized«, or »general\" library identifiers, use the "
           "appropriate keyword instead."
           )
       endif()
index d9ba92af96d6133d7ca7b19fc6e827a09a9117a3..9e0ba9b927cdf3eea7327a948c0af0f56dc83c97 100644 (file)
@@ -28,7 +28,7 @@
 #
 function(target_compile_flags _target _keyword _string)
   if(NOT TARGET ${_target})
-    message(FATAL_ERROR "»${_target}« is not a valid target")
+    message(FATAL_ERROR "\"${_target}\" is not a valid target")
   endif()
   if(NOT ${_keyword} MATCHES "(INTERFACE|PUBLIC|PRIVATE)")
     message(FATAL_ERROR
index 50b8f8569f76699f73d22355d429a8c7869c3bb9..5b2893aa1fca1ac2bfa45cb3ed6708218fcfe624 100644 (file)
@@ -28,7 +28,7 @@
 #
 function(target_link_flags _target _keyword _string)
   if(NOT TARGET ${_target})
-    message(FATAL_ERROR "»${_target}« is not a valid target")
+    message(FATAL_ERROR "\"${_target}\" is not a valid target")
   endif()
 
   if(NOT ${_keyword} MATCHES "(INTERFACE|PUBLIC|PRIVATE)")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.