Skip to content

Commit

Permalink
restore K4A_VALIDATE_CLANG_FORMAT to Yes
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyin committed Dec 4, 2023
1 parent c29352d commit 0ca9c10
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 @@ -224,7 +224,7 @@ if (K4A_BUILD_DOCS)
endif()
endif()

option(K4A_VALIDATE_CLANG_FORMAT "Validate clang-format results as part of build" No)
option(K4A_VALIDATE_CLANG_FORMAT "Validate clang-format results as part of build" Yes)

set (CLANG_FORMAT_ROOT
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down

0 comments on commit 0ca9c10

Please sign in to comment.