Skip to content

Commit

Permalink
COMP: Update KWStyle
Browse files Browse the repository at this point in the history
Reduces number of compile warnings on Clang compiler.
  • Loading branch information
dzenanz committed Jan 14, 2025
1 parent 91f4091 commit a6399e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/KWStyle/BuildKWStyle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(NOT TARGET KWStyle)
ExternalProject_Add(
KWStyle
GIT_REPOSITORY "https://github.com/Kitware/KWStyle.git"
GIT_TAG 2b53cb522e79a4a2c0bde5a23eb3275e7ee91140
GIT_TAG eb1e46d57db04a2f94a1a4709a67d8fb8f986400
UPDATE_COMMAND ""
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
SOURCE_DIR ${KWStyle_SOURCE_DIR}
Expand Down

0 comments on commit a6399e5

Please sign in to comment.