Skip to content

Commit

Permalink
disabled clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Jul 15, 2024
1 parent 4d0aa9f commit 686f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(apriltag_mit VERSION 1.0.0 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)

set(CMAKE_CXX_CLANG_TIDY clang-tidy)
# set(CMAKE_CXX_CLANG_TIDY clang-tidy)

find_package(Eigen3 REQUIRED)
find_package(OpenCV REQUIRED core calib3d)
Expand Down

0 comments on commit 686f6b1

Please sign in to comment.