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 <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > -- Alexey Samsonov, MSK
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
