Merge topic 'FindSubversion-TortoiseSVN'

62c276f FindSubversion: Use TortoiseSVN registry key to locate svn
This commit is contained in:
Brad King 2013-12-19 10:13:09 -05:00 committed by CMake Topic Stage
commit cc054e94f8
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@
# License text for the above reference.)
find_program(Subversion_SVN_EXECUTABLE svn
PATHS
[HKEY_LOCAL_MACHINE\\Software\\TortoiseSVN;Directory]/bin
DOC "subversion command line client")
mark_as_advanced(Subversion_SVN_EXECUTABLE)