From bc9cf85bdcec9b5132c2b1325ec9e9d8c61603fd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 23 May 2023 13:33:01 +0000 Subject: [PATCH] Update cmake/macros/macro_check_compiler_setup.cmake Co-authored-by: Daniel Arndt --- cmake/macros/macro_check_compiler_setup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". -- 2.39.5