mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Preserve backslashes in arguments passed to macros by re-escaping them before substituting in the macro body, where they will be parsed again. Fixes: #19281, #22157, #23641, #25803, #27645, #20891
7 lines
216 B
CMake
7 lines
216 B
CMake
function(cmp0219_warn_watch variable access value current_list_file stack)
|
|
endfunction()
|
|
|
|
variable_watch(cmp0219_warned cmp0219_warn_watch)
|
|
set(cmp0219_warned "prefix\\tsuffix")
|
|
set(cmp0219_warned "prefix\\tsuffix")
|