hi,
while looking through the code looking for a bug i ran into this code:

get_target_property(_importedConfigurations
${KDE4_TARGET_PREFIX}kconfig_compiler IMPORTED_CONFIGURATIONS )
list(GET _importedConfigurations 0 _firstConfig)

get_target_property(KDE4_KCFGC_EXECUTABLE
${KDE4_TARGET_PREFIX}kconfig_compiler LOCATION_${firstConfig})
get_target_property(KDE4_MEINPROC_EXECUTABLE
${KDE4_TARGET_PREFIX}meinproc4        LOCATION_${firstConfig})
get_target_property(KDE4_MAKEKDEWIDGETS_EXECUTABLE
${KDE4_TARGET_PREFIX}makekdewidgets   LOCATION_${firstConfig})

Why isn't the property name like that (note the underscore)?
LOCATION_${_firstConfig}

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

Reply via email to