mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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)
|