[kde-freebsd] [CFT] KDE 4.8.2 devel/cmake build error - typo in the patch
Oleg Sidorkin
osidorkin at gmail.com
Sat Apr 7 22:47:01 UTC 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-freebsd/attachments/20120408/e332a808/attachment.html>
More information about the kde-freebsd
mailing list