setting EXECUTABLE_OUTPUT_PATH in tier1/ tests ?

David Faure faure at kde.org
Thu May 10 08:45:33 UTC 2012


On Thursday 10 May 2012 10:36:20 Patrick Spendrin wrote:
> > set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
> 
> Yes, the EXECUTABLE_OUTPUT_PATH should be set per project into the
> project binary_dir\bin

As a linux developer, I don't like this. I want to be able to do
make && ./kurltest
or make kurltest/fast && ./kurltest
rather than
make && ../../bin/kurltest

And why is it OK for Qt autotests (to be built in the directory containing the 
sources), but not for kde frameworks autotests?

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list