Skip to content

Commit

Permalink
COMP: Update KWStyle's version to avoid compile errors with C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jul 13, 2021
1 parent 22524c5 commit 769981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/KWStyle/BuildKWStyle.cmake
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 39aaf6cc9d56ae1cbf28f098ade3df1f58131c01
GIT_TAG 840d0f63174d6aa21089a0514ee1e733b98c0709
UPDATE_COMMAND ""
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
SOURCE_DIR ${KWStyle_SOURCE_DIR}
Expand Down

0 comments on commit 769981b

Please sign in to comment.