https://llvm.org/bugs/show_bug.cgi?id=25674
Bug ID: 25674
Summary: cmake: -std=c++11 is not passed to the compiler when
building using cmake on Leopard and Snow Leopard
Product: Build scripts
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 15366
--> https://llvm.org/bugs/attachment.cgi?id=15366&action=edit
cmake build log (compressed)
This issue is being observed as part of transitioning MacPorts llvm-3.8 port
from an autoconf-based build to a cmake-based build using recent trunk,
r253905.
In all cases (autoconf and cmake / Leopard and Snow Leopard), we're using clang
built from 3.7.0 tarballs as our toolchain.
When using autoconf as the build system, -std=c++11 is passed to the compiler,
and the resulting build is successful.
When using cmake as the build system, -std=c++11 is not passed to the compiler,
and the resulting build fails.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs