Quoting Patrick Spendrin <[EMAIL PROTECTED]>:

> 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.

Would GET_FILENAME_COMPONENT( VarName FileName EXT ) be OK?


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to