[libcxx][PATCH] Fix for CMakelists.txt

Alexey Samsonov samsonov at google.com
Mon Apr 1 01:01:45 PDT 2013


Does this fix work for you? You've got
"${CMAKE_BINARY_DIR}/include/${dstdir}/${ifile}" around the patched line,
will "/some/path/include//filename" work here?


On Sun, Mar 31, 2013 at 7:29 PM, Howard Hinnant <hhinnant at apple.com> wrote:

> 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.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>


-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130401/c5e33e12/attachment.html>


More information about the cfe-commits mailing list