https://bugs.kde.org/show_bug.cgi?id=279938 Milian Wolff changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |aleixpol@kde.org Ever Confirmed|0 |1 --- Comment #4 from Milian Wolff 2011-08-28 13:45:47 --- imo cmake should guard against accidental infinite recursions anyways: put this into a CMakeLists.txt: macro(foo) foo() endmacro(foo) foo() => crashes KDevelop. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs