Hello,<br><br>I'm trying to build KDE 4.8.2 from area51 and I've found out that cmake fails to build with the following error:<br>CMake Error at Modules/FindQt4.cmake:681 (SET):<br>  set given invalid arguments for CACHE mode.<br>

Call Stack (most recent call first):<br>  Tests/CMakeLists.txt:867 (FIND_PACKAGE)<br><br>If I replace <br>+      SET(QT_IMPORTS_DIR ${qt_imports_dir} CACHE_PATH "The location of the Qt imports" FORCE)<br> with <br>

+      SET(QT_IMPORTS_DIR ${qt_imports_dir} CACHE PATH "The location of the Qt imports" FORCE)<br>in <br>devel/cmake/files/patch-Modules_FindQt4.cmake<br>cmake seems to build fine.<br clear="all"><br>I think this is a typo.<br>

<br>-- <br>Oleg Sidorkin<div style="display:inline"></div><br>