[llvm-commits] [PATCH] [CMAKE] Fix git-svn output parsing
pravic
ehysta at gmail.com
Tue Nov 6 09:11:32 PST 2012
git clone https://github.com/llvm-mirror/llvm.git
Open cmake-gui and try to configure llvm:
CMake Error at cmake/modules/VersionFromVCS.cmake:32 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:481 (add_version_info_from_vcs)
CMake Error at cmake/modules/VersionFromVCS.cmake:35 (string):
string begin index: 1 is out of range 0 - 0
Call Stack (most recent call first):
CMakeLists.txt:481 (add_version_info_from_vcs)
Configuring incomplete, errors occurred!
http://llvm-reviews.chandlerc.com/D104
More information about the llvm-commits
mailing list