Skip to content

Commit

Permalink
COMP: update KWStyle (so it reports its version number)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Aug 17, 2021
1 parent 03024da commit 581c444
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 @@ set(CMAKE_C_COMPILER_LAUNCHER_FLAG -DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=${CMAKE_
if(NOT TARGET KWStyle)
ExternalProject_add(KWStyle
GIT_REPOSITORY "${git_protocol}://github.com/Kitware/KWStyle.git"
GIT_TAG 840d0f63174d6aa21089a0514ee1e733b98c0709
GIT_TAG c7b8a63d18ddf7e14e61874e430509c6d96c191d
UPDATE_COMMAND ""
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
SOURCE_DIR ${KWStyle_SOURCE_DIR}
Expand Down

0 comments on commit 581c444

Please sign in to comment.