Allow escaped curly brackets in values

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

Loading