kossebau added inline comments.
INLINE COMMENTS
> KF5I18nMacros.cmake.in:52
> foreach (_current_FILE ${ARGN})
> -
> + if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${_current_FILE})
> + message(SEND_ERROR
This assumes a relative path given. It might make sense to also deal with
absolute path, and only append CMAKE_CURRENT_LIST_DIR if not absolute, then
check for existance?
REPOSITORY
R249 KI18n
REVISION DETAIL
https://phabricator.kde.org/D26670
To: davidre, #framework_syntax_highlighting, #localization, #build_system
Cc: kossebau, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns