I've run into a new issue with building kde4 with cmake 3. In my case,
cmake is version 3.3.1, but the latest is version 3.3.2.
In any case, the kde packages are failing during cmake with:
CMake Error at /usr/share/cmake-3.3/Modules/FindPkgConfig.cmake:112
(elseif):
given arguments:
"VERSION_LESS" "3.1"
Unknown arguments specified
The fix is to add -DCMAKE_MUNIMUM_REQUIRED_VERSION=3.0
to each package cmake line.
This may be helpful if you run into it for other packages.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page