build: avoid custom handling for C++ standard
authorSaleem Abdulrasol <compnerd@compnerd.org>
Sat, 2 Nov 2019 19:06:17 +0000 (15:06 -0400)
committerSaleem Abdulrasol <compnerd@compnerd.org>
Sat, 2 Nov 2019 19:07:54 +0000 (15:07 -0400)
commit5ce2c6d2db88019e0b8bc00c77e4155b4eaa15d7
tree25dfb58539bcb879ecec0e00c9d2c92e38625ef7
parentf722071a9ed9443be9f4847221341fc1d2fb229e
build: avoid custom handling for C++ standard

Use the builtin CMake support for specifying the proper flags for the targets to
build at a certain C++ standard.  This avoids unnecessary checks in CMake,
speeding up the configure phase as well as simplifies the logic overall.
libcxx/CMakeLists.txt