[libcxx][PATCH] Fix for CMakelists.txt
Howard Hinnant
hhinnant at apple.com
Sun Mar 31 08:29:19 PDT 2013
I know nothing about the CMake build system. Please review:
Thanks,
Howard
-----------
The problem is the cmake script for libcxx is broken. I've attached what I think is the right fix for it. It was failing to copy cxxabi.h to the right place because it was generating to destination path like so /include/${dstdir}/ and dstdir can legally be blank from my interpretation of the script, and this would then generate a path like libcxx/include// which is illegal.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmakelists.txt.diff
Type: application/octet-stream
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130331/55b58ddf/attachment.obj>
More information about the cfe-commits
mailing list