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