Is there any substitute that could enable me to find a substring in a determinated string? Because I need to support 2.8.4 because of Cygwin...
Renato 2011/12/20 Renato Utsch <[email protected]>: > Ah, ok, thanks. > > Renato > > 2011/12/20 David Cole <[email protected]>: >> The FIND subcommand for the string command was introduced in CMake >> 2.8.5 as a result of this bug fix: >> >> http://public.kitware.com/Bug/view.php?id=11795 >> >> >> It does not exist in 2.8.4... >> >> >> On Tue, Dec 20, 2011 at 7:53 AM, Renato Utsch <[email protected]> wrote: >>> I am using CMake 2.8.4 in cygwin (the version that comes with >>> setup.exe), but it doesn't recognize the string( FIND <...> ) command, >>> although it works in linux and windows very well. >>> >>> Is there any library I need to install in cygwin to make this work or >>> the build from them is not working? >>> >>> >>> Renato >>> -- >>> >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the CMake FAQ at: >>> http://www.cmake.org/Wiki/CMake_FAQ >>> >>> Follow this link to subscribe/unsubscribe: >>> http://www.cmake.org/mailman/listinfo/cmake -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
