This revision was automatically updated to reflect the committed changes.
Closed by commit rL269713: Look for CMake.app when searching for cmake
(authored by tfiala).
Changed prior to commit:
http://reviews.llvm.org/D20303?vs=57404&id=57412#toc
Repository:
rL LLVM
http://reviews.llvm.org/D2
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good!
http://reviews.llvm.org/D20303
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
tfiala created this revision.
tfiala added a reviewer: spyffe.
tfiala added a subscriber: lldb-commits.
On OS X systems, look for /Applications/CMake.app and ~/Applications/CMake.app
versions of the cmake command line binary when trying harder to find a cmake
not on the system path.
http://revi