Skip to content

Commit

Permalink
COMP: Update KWStyle for macOS unknown -Wdeprecated-copy
Browse files Browse the repository at this point in the history
Incorporates: Kitware/KWStyle#105
  • Loading branch information
thewtex committed Oct 8, 2021
1 parent 9cf2876 commit 0cc6867
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 aeb0914947df4cae8ceeab1415e99ceb64acda35
GIT_TAG 1173206c0e7f4bc70dc3af641daf6e33f4042772
UPDATE_COMMAND ""
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
SOURCE_DIR ${KWStyle_SOURCE_DIR}
Expand Down

0 comments on commit 0cc6867

Please sign in to comment.