Unnecessary cmake code in solid ?
Patrick Spendrin
ps_ml at gmx.de
Sun May 13 10:35:01 UTC 2012
Am 13.05.2012 11:07, schrieb Alexander Neundorf:
> Hi,
>
> in solid/src/CMakeLists.txt there is this code:
>
> file(MAKE_DIRECTORY
>
> ${CMAKE_CURRENT_BINARY_DIR}/backends/fakehw
>
> ${CMAKE_CURRENT_BINARY_DIR}/backends/hal
>
> ${CMAKE_CURRENT_BINARY_DIR}/backends/udev
>
> ${CMAKE_CURRENT_BINARY_DIR}/backends/wmi
>
> )
>
> This looks unnecessary to me.
>
> The directories stay empty, and builds also without.
>
> Is there a reason that these directories are created ?
On Windows the wmi backends' dir contains moc files.
regards,
Patrick
More information about the Kde-frameworks-devel
mailing list