On Tue, Oct 08, 2024 at 03:04:29PM +0100, Phillip Wood wrote: > Hi Patrick > > On 02/10/2024 16:16, Patrick Steinhardt wrote: > > We have a bunch of placeholders in our scripts that we replace at build > > time, for example by using sed(1). These placeholders come in three > > different formats: @PLACEHOLDER@, @@PLACEHOLDER@@ and ++PLACEHOLDER++. > > I agree that it's a good idea to stanardise on a single format here. > > > Next to being inconsistent it also creates a bit of a problem with > > CMake, which only supports the first syntax. > > I'm a bit confused - is this referring to CMake's "configure_file" command? Ah, yes. I should've made this more explicit. Patrick