Skip to content

Prevent CMake failing with "variable NOTFOUND"

Dawid Wrobel requested to merge wrobelda/ki18n:master into master

Since the LibIntl_LIBRARIES has a non-empty value only on some platforms, CMake can throw an error complaining about using a NOTFOUND variable.

This is currently handled by Craft via a patch and causes build failures in other systems as well.

Edited by Dawid Wrobel

Merge request reports