[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2017-03-13 Thread Andrey Ponomarenko
https://bugs.kde.org/show_bug.cgi?id=377484

--- Comment #2 from Andrey Ponomarenko  ---
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.

[frameworks-networkmanager-qt] [Bug 377484] New: CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2017-03-11 Thread Andrey Ponomarenko
https://bugs.kde.org/show_bug.cgi?id=377484

Bug ID: 377484
   Summary: CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)
   Product: frameworks-networkmanager-qt
   Version: 5.31.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: andrewponomare...@yandex.ru
CC: lamar...@kde.org, lukas.ti...@merlin.cz
  Target Milestone: ---

There is a CMake configure error in NetworkManagerQt 5.31.0 and 5.32.0:

  cmake .
  ...
  CMake Error in src/CMakeLists.txt:
  Target "KF5NetworkManagerQt" INTERFACE_INCLUDE_DIRECTORIES property
  contains path:

"/tmp/Usq3jtpYBr/build/networkmanager-qt-5.31.0/src/SYSTEM"

  which is prefixed in the source directory.

This error is caused by the change of CMakeLists.txt  in 5.31.0.

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