David Cole wrote:
See also:
http://public.kitware.com/cgi-bin/viewcvs.cgi/Modules/FindSubversion.cmake?root=CMake&view=markup <http://public.kitware.com/cgi-bin/viewcvs.cgi/Modules/FindSubversion.cmake?root=CMake&view=markup>

After a FIND_PACKAGE(Subversion) call, simply use the Subversion_WC_INFO macro to retrieve an "svn info" call as a slew of CMake variables...


Hi,

'svn info' is normally not what you want. 'svn info' doesn't recursively look for the latest revison. This is why 'svnversion' has been added.


HTH,
David


        -- andreas

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to