On Monday 20 July 2009, David Faure wrote: > this doesn't fix the fact that cmake tries to create a binary called "." > ... very weird.
For the record, this was because EXECUTABLE_OUTPUT_PATH was set to the parent dir (builddir/kdelibs/kdeui/tests), so creating a target named "A" where there is already a directory named "A" is not a good idea anyway (would never have worked). And cmake resolved EXECUTABLE_OUTPUT_PATH/A == $PWD == ".", so it tried to create an executable named "." ;-) -- David Faure, [email protected], sponsored by Qt Software @ Nokia to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
