Skip to content

Allow escaped curly brackets in values

Dominic Kempf requested to merge feature/escapable-curly-brackets into master

Preventing key-dependent resolution. The use case I am implementing this for is quite expressive:

( ${CMAKE_CXX_COMPILER_ID} STREQUAL Clang ) AND ( {foo} STREQUAL bar ) | cmake_guard

Without this commit, meta ini would try to find replace CMAKE_CXX_COMPILER_ID.

Merge request reports