Re: [CMake] Excluding targets from install set

2019-09-02 Thread Craig Scott
On Tue, Jul 23, 2019 at 7:04 PM Gordon Koefner wrote: > Hi all! > > We have been migrating our buildsystem to CMake and are trying to use > the `install` command to deploy different parts of the software. > However `make install` also installs artifacts from our dependencies, > internal as well a

[CMake] How to avoid escaping $?

2019-09-02 Thread Thomas Törnblom
I have a need to add an argument like "-DImage$$= " to a compile command, i.e. define a macro Image$$ to just expand to a single space character. I'm using Windows 10  and I configure my project to use Unix Makefiles for building. cmake appears to use "sh" (bash) to execute the build commands