mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Various fixes for CMake (#13928)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# https://clang.llvm.org/extra/clang-tidy/
|
||||
|
||||
include(Macros)
|
||||
|
||||
find_command(
|
||||
VARIABLE
|
||||
CLANG_TIDY_PROGRAM
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# https://cppcheck.sourceforge.io/
|
||||
|
||||
include(Macros)
|
||||
|
||||
find_command(
|
||||
VARIABLE
|
||||
CPPCHECK_EXECUTABLE
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
include(Macros)
|
||||
|
||||
find_command(
|
||||
VARIABLE
|
||||
CPPLINT_PROGRAM
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# IWYU = "Include What You Use"
|
||||
# https://include-what-you-use.org/
|
||||
|
||||
include(Macros)
|
||||
|
||||
setx(IWYU_SOURCE_PATH ${CACHE_PATH}/iwyu-${LLVM_VERSION_MAJOR})
|
||||
setx(IWYU_BUILD_PATH ${IWYU_SOURCE_PATH}/build)
|
||||
setx(IWYU_PROGRAM ${IWYU_BUILD_PATH}/bin/include-what-you-use)
|
||||
|
||||
Reference in New Issue
Block a user