ITADN

libzip-config: Fix variable substitutions

#497Pull Requestdg0yt 创建于 2025-06-18
D
dg0ytcommented
When `@variables@` are not set, or set to an empty value, during configuration, the resulting substition is '`set(VARIABLE )`'. This unsets the variable in the current scope when the config is used, make visible values from the parent scope. What is needed is setting variables to an empty value in the current scope. This is achieved by adding quotes.
合并状态:未合并 0 条评论