[PATCH] D16299: [cmake] Fix add_version_info_from_vcs git svn version bug.
Jonathan Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 11:49:50 PST 2016
jroelofs added a subscriber: jroelofs.
================
Comment at: cmake/modules/VersionFromVCS.cmake:76
@@ -71,13 +75,3 @@
- execute_process(COMMAND
- ${git_executable} svn info
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
- TIMEOUT 5
- RESULT_VARIABLE git_result
- OUTPUT_VARIABLE git_output)
if( git_result EQUAL 0)
endif()
----------------
dead `if`
http://reviews.llvm.org/D16299
More information about the llvm-commits
mailing list