[cmake-developers] [PATCH] string: State return value if string(FIND) doesn't find a match

2015-07-30 Thread James Johnston
Very minor documentation update clarifying what happens if string(FIND) doesn't find a match. I had to make a CMake test script and/or check CMake source code to find the answer. Best regards, James Johnston 0001-string-State-return-value-if-string-FIND-doesn-t-fin.patch Description: Binary

Re: [cmake-developers] [PATCH] string: State return value if string(FIND) doesn't find a match

2015-07-30 Thread Brad King
On 07/30/2015 11:57 AM, James Johnston wrote: Very minor documentation update clarifying what happens if string(FIND) doesn't find a match. I had to make a CMake test script and/or check CMake source code to find the answer. Applied, thanks: Help: Document string(FIND) return value when no