summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-11-18 20:18:54 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-11-18 20:18:54 +0100
commite4a9f95e387ba2cf7c4aaee4b13d0c3dbc4625ab (patch)
tree7c0afe8c3530e9c0e07ab0d53a8e6aec75bce640 /cmake
parent7aa24ecd880d77e1060a4e00ffc6fb78aef47c41 (diff)
downloadweechat-e4a9f95e387ba2cf7c4aaee4b13d0c3dbc4625ab.zip
core: remove arguments for endforeach() in CMake files
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cmake_uninstall.cmake.in2
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()