brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 6d99c53 Raw
9 lines · plain
1 2set(LIBCXX_TEST_TOOLS_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)3 4if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")5  message(STATUS "Clang-tidy tests are disabled due to non-clang based compiler.")6  return()7endif()8add_subdirectory(clang_tidy_checks)9