Akarsh Simha wrote:

> I have a question regarding CMAKE_MODULES_PATH.
> 
> So I tried exporting CMAKE_MODULE_PATH, appropriately, but it didn't
> work, and I attribute that to a line in kdeedu/CMakeLists.txt that
> says:
> 
> set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
> 
> Shouldn't it instead read as follows?
> 
> set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules
> ${CMAKE_MODULE_PATH})
This was disscussed quite a few times in the past (I have initiated one of 
rather long threads). The answer is "No".

In your case you should either set CMAKE_PREFIX_PATH or export KDEDIRS.


_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to