On Tue, Aug 21, 2018 at 3:47 PM Craig Scott <craig.sc...@crascit.com> wrote: > Excuse the brevity, but it sounds like you might be looking for the > CXX_EXTENSIONS target property (sorry if I've misunderstood your problem, let > me know why it isn't appropriate if so). See the following article for a more > complete overview of this and related properties: > > https://crascit.com/2015/03/28/enabling-cxx11-in-cmake/
Unfortunately that's not the same. Extensions manage C++ language features and STL capabilities, but -stdlib is for selecting an STL implementation, AFAIK. Such as GNU STL and LLVM STL (which is libc++ to clang). -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake