mirror of
https://github.com/znc/znc.git
synced 2026-07-27 20:13:16 +02:00
f6327b8294
When doing sequence "cmake .; make; cmake ." the second cmake failed because targets translation_foo and po_foo were defined twice (where foo is some module). One of those targets came from foo.cpp, but another one from foo.so, because we use GLOB to gather list of modules.