1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: remove arguments for endforeach() in CMake files

This commit is contained in:
Sébastien Helleu
2019-11-18 20:18:54 +01:00
parent 7aa24ecd88
commit e4a9f95e38
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ foreach(file ${files})
else()
message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.")
endif()
endforeach(file)
endforeach()