Skip to content
  • Justin Bogner's avatar
    [CMake] Move configuration of LLVM_CXX_STD to HandleLLVMOptions.cmake · c60d0959
    Justin Bogner authored
    Standalone builds of projects other than llvm itself (lldb, libcxx,
    etc) include HandleLLVMOptions but not the top level llvm CMakeLists,
    so we need to set this variable here to ensure that it always has a
    value.
    
    This should fix the build issues some folks have been seeing.
    
    llvm-svn: 357976
    c60d0959
Loading