Merge topic 'FindSubversion-TortoiseSVN'
62c276f
FindSubversion: Use TortoiseSVN registry key to locate svn
This commit is contained in:
commit
cc054e94f8
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue