mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.
5 lines
124 B
CMake
5 lines
124 B
CMake
|
|
set(_compiler_id_pp_test "defined(__clang__)")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/Clang-DetermineCompilerInternal.cmake")
|