https://bugs.kde.org/show_bug.cgi?id=377484

--- Comment #2 from Andrey Ponomarenko <andrewponomare...@yandex.ru> ---
It's reproduced on my Fedora 21 (x86_64, CMake 3.7.0). Other libraries from the
KDE Frameworks (Tier 1) are built fine.

CMake command line:

  cmake .. -DCMAKE_PREFIX_PATH='/home/Soft/Qt-5.7.1/'

This sed command fixes the issue:

  sed -i -e 's/ SYSTEM//' src/CMakeLists.txt
  sed -i -e 's/ SYSTEM PUBLIC//' src/CMakeLists.txt

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to