diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-18 20:18:54 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-18 20:18:54 +0100 |
commit | e4a9f95e387ba2cf7c4aaee4b13d0c3dbc4625ab (patch) | |
tree | 7c0afe8c3530e9c0e07ab0d53a8e6aec75bce640 /cmake | |
parent | 7aa24ecd880d77e1060a4e00ffc6fb78aef47c41 (diff) | |
download | weechat-e4a9f95e387ba2cf7c4aaee4b13d0c3dbc4625ab.zip |
core: remove arguments for endforeach() in CMake files
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cmake_uninstall.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index 3d2ab4d53..8e504b16b 100644 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -37,4 +37,4 @@ foreach(file ${files}) else() message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") endif() -endforeach(file) +endforeach() |