KDE/kdelibs/kdeui/tests/proxymodeltestapp

David Faure faure at kde.org
Wed Aug 5 15:13:10 CEST 2009


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, faure at kde.org, sponsored by Qt Software @ Nokia to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list