[cmake-developers] CMP0053 - Simplify variable reference and escape sequence evaluation - regression

2014-10-06 Thread Nils Gladitz
CMP0053 warns/fails on $ENV{ProgramFiles(x86)}. Could () be added to the legal set of characters when within an $ENV{} expansion? Nils -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various

Re: [cmake-developers] CMP0053 - Simplify variable reference and escape sequence evaluation - regression

2014-10-06 Thread Brad King
On 10/06/2014 06:39 AM, Nils Gladitz wrote: CMP0053 warns/fails on $ENV{ProgramFiles(x86)}. Could () be added to the legal set of characters when within an $ENV{} expansion? We considered that case and decided to ask users to use a nested variable reference for that case. There is a

Re: [cmake-developers] CMP0053 - Simplify variable reference and escape sequence evaluation - regression

2014-10-06 Thread Nils Gladitz
On 10/06/2014 02:48 PM, Brad King wrote: On 10/06/2014 06:39 AM, Nils Gladitz wrote: CMP0053 warns/fails on $ENV{ProgramFiles(x86)}. Could () be added to the legal set of characters when within an $ENV{} expansion? We considered that case and decided to ask users to use a nested variable