hi,<br>while looking through the code looking for a bug i ran into this code:<br><br>get_target_property(_importedConfigurations  ${KDE4_TARGET_PREFIX}kconfig_compiler IMPORTED_CONFIGURATIONS )<br>list(GET _importedConfigurations 0 _firstConfig)<br>
<br>get_target_property(KDE4_KCFGC_EXECUTABLE          ${KDE4_TARGET_PREFIX}kconfig_compiler LOCATION_${firstConfig})<br>get_target_property(KDE4_MEINPROC_EXECUTABLE       ${KDE4_TARGET_PREFIX}meinproc4        LOCATION_${firstConfig})<br>
get_target_property(KDE4_MAKEKDEWIDGETS_EXECUTABLE ${KDE4_TARGET_PREFIX}makekdewidgets   LOCATION_${firstConfig})<br><br>Why isn&#39;t the property name like that (note the underscore)?<br>LOCATION_${_firstConfig}<br><br>
Thanks,<br>Aleix<br>