Merge topic 'FindSubversion-non-interactive-issue-12304'

0c6e852 FindSubversion: Invoke svn non-interactively (#12304)
This commit is contained in:
Brad King 2011-07-26 14:56:00 -04:00 committed by CMake Topic Stage
commit e25c0d046a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ IF(Subversion_SVN_EXECUTABLE)
# This macro requires a svn server network access (Internet most of the time) # This macro requires a svn server network access (Internet most of the time)
# and can also be slow since it access the svn server # and can also be slow since it access the svn server
EXECUTE_PROCESS(COMMAND EXECUTE_PROCESS(COMMAND
${Subversion_SVN_EXECUTABLE} log -r BASE ${dir} ${Subversion_SVN_EXECUTABLE} --non-interactive log -r BASE ${dir}
OUTPUT_VARIABLE ${prefix}_LAST_CHANGED_LOG OUTPUT_VARIABLE ${prefix}_LAST_CHANGED_LOG
ERROR_VARIABLE Subversion_svn_log_error ERROR_VARIABLE Subversion_svn_log_error
RESULT_VARIABLE Subversion_svn_log_result RESULT_VARIABLE Subversion_svn_log_result