Re: [CMake] Ignore installation failure

2018-02-20 Thread David Adam
On Sun, 18 Feb 2018, David Adam wrote: > Our project installs an empty directory for other programs to drop files > in, the location of which is overrideable with a cache variable. Some > environments set the location of this directory outside the writeable > area and create it themselves, so I'

[CMake] Ignore installation failure

2018-02-17 Thread David Adam
Hi there, Our project installs an empty directory for other programs to drop files in, the location of which is overrideable with a cache variable. Some environments set the location of this directory outside the writeable area and create it themselves, so I'd like to set up CMake so that it t