mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
25439c7d62
These standard flags are the same for CXX, OBJCXX and CUDA. Refactor them into a single macro to reduce duplication and so we can easily reuse them. Updated bootstrap script to search in the general Clang module instead of the language-specific.
4 lines
88 B
CMake
4 lines
88 B
CMake
include(Compiler/Clang)
|
|
__compiler_clang(OBJCXX)
|
|
__compiler_clang_cxx_standards(OBJCXX)
|