kde4_add_unit_test assumes wrong executable name
    Patrick Spendrin 
    ps_ml at gmx.de
       
    Wed Jul  2 04:47:16 CEST 2008
    
    
  
Hi all,
this is just a small bug I found but I am not sure how to solve it 
correctly:
KDE4Macros.cmake:810 does
set(_executable ${EXECUTABLE_OUTPUT_PATH}/${_test_NAME}.bat)
whereas it should rather be
set(_executable ${EXECUTABLE_OUTPUT_PATH}/${_test_NAME}.exe.bat)
I think the executable extension shouldn't be hardcoded though - but  I 
don't know where I can get that from.
Thanks a lot,
Patrick
-- 
web:                 http://windows.kde.org
mailing list:        kde-windows at kde.org
irc:                 #kde-windows (irc.freenode.net)
    
    
More information about the Kde-buildsystem
mailing list