From: Matthias Maier Date: Tue, 23 May 2023 13:33:01 +0000 (+0000) Subject: Update cmake/macros/macro_check_compiler_setup.cmake X-Git-Tag: v9.5.0-rc1~202^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9cf85bdcec9b5132c2b1325ec9e9d8c61603fd;p=dealii.git Update cmake/macros/macro_check_compiler_setup.cmake Co-authored-by: Daniel Arndt --- diff --git a/cmake/macros/macro_check_compiler_setup.cmake b/cmake/macros/macro_check_compiler_setup.cmake index bf4c983acf..dd7f032bd7 100644 --- a/cmake/macros/macro_check_compiler_setup.cmake +++ b/cmake/macros/macro_check_compiler_setup.cmake @@ -49,7 +49,7 @@ macro(check_compiler_setup _compiler_flags _linker_flags _var) # which might recursively list imported targets... But unfortunately, # CMake as of version 3.25 does not support this operation. # - # Rermak: What we try to accomplish here is somewhat fundamentally + # Remark: What we try to accomplish here is somewhat fundamentally # incompatible with how CMake envisions import targets to function. # Namely, the final link line is only constructed after the "configure # phase" during the "generator phase".