Hello,

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:
CMake Error at Modules/FindQt4.cmake:681 (SET):
  set given invalid arguments for CACHE mode.
Call Stack (most recent call first):
  Tests/CMakeLists.txt:867 (FIND_PACKAGE)

If I replace
+      SET(QT_IMPORTS_DIR ${qt_imports_dir} CACHE_PATH "The location of the
Qt imports" FORCE)
 with
+      SET(QT_IMPORTS_DIR ${qt_imports_dir} CACHE PATH "The location of the
Qt imports" FORCE)
in
devel/cmake/files/patch-Modules_FindQt4.cmake
cmake seems to build fine.

I think this is a typo.

-- 
Oleg Sidorkin
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to