Re: [cmake-developers] Changing the regex used for INFO strings

2014-09-04 Thread Brad King
On 09/03/2014 05:20 PM, Chuck Atkins wrote: stage/use-consistent-regex-for-info-strings The proposed regex is now: INFO:[A-Za-z0-9_]+\\[[^]]*\\] It looks good to me. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[cmake-developers] Changing the regex used for INFO strings

2014-09-03 Thread Chuck Atkins
stage/use-consistent-regex-for-info-strings The change seems minor enough but the impact if it breaks something is substantial so I wanted to get a second set of eyes on this. I set out to fix the non-working ABI detection for craycc and crayCC, which turned out was because the cray compiler

Re: [cmake-developers] Changing the regex used for INFO strings

2014-09-03 Thread David Cole via cmake-developers
Looks good to me. Why not merge it to 'next' for testing? Worst case, you can also revert it and merge again... D -- 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 services to support the CMake