[PATCH] D14502: [PATCH] Do not create a clang-install target for MSVC solutions
Ben Craig via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 12:07:12 PST 2015
bcraig added a comment.
In a text file, I have a big long cmake invocation. Part of that invocation is the following:
-DCMAKE_INSTALL_PREFIX=c:/install/Tools
The VC "INSTALL" project copies files there, in a very unix-y hierarchy (i.e. c:\install\Tools\bin, c:\install\Tools\include, c:\install\Tools\etc, and so on).
http://reviews.llvm.org/D14502
More information about the cfe-commits
mailing list