Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
CMake: Disable clang-tidy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Feb 15, 2024
1 parent da7cab6 commit ff6ffcc
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 @@ -93,7 +93,7 @@ option(BUILD_32 "Builds 32 bit executable" OFF)
option(DEV_BUILD "Enable assert()s and other debug checks" ON)

set(WARNINGS_AS_ERRORS FALSE)
option(ENABLE_CLANG_TIDY "Enable clang-tidy" ON)
option(ENABLE_CLANG_TIDY "Enable clang-tidy" OFF)
option(BUILD_PLANETED "Build the PlanetEditor" OFF)

# Warn about development build
Expand Down

0 comments on commit ff6ffcc

Please sign in to comment.