Re: Setting CMAKE_MODULES_PATH

2011-01-12 Thread Yury G. Kudryashov
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

Re: Setting CMAKE_MODULES_PATH

2011-01-12 Thread Akarsh Simha
Thanks for your replies Yuri and Andreas. Sorry for re-initiating this discussion. Yes, I notice that I don't have CMAKE_PREFIX_PATH set, although I have $KDEDIR set. Regards Akarsh ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Re: Setting CMAKE_MODULES_PATH

2011-01-12 Thread Yury G. Kudryashov
Akarsh Simha wrote: Thanks for your replies Yuri and Andreas. Sorry for re-initiating this discussion. Yes, I notice that I don't have CMAKE_PREFIX_PATH set, although I have $KDEDIR set. KDEDIRS, not KDEDIR ___ Kde-buildsystem mailing list

Re: Setting CMAKE_MODULES_PATH

2011-01-12 Thread Andreas Pakulat
On 12.01.11 22:46:23, Yury G. Kudryashov wrote: Akarsh Simha wrote: Thanks for your replies Yuri and Andreas. Sorry for re-initiating this discussion. Yes, I notice that I don't have CMAKE_PREFIX_PATH set, although I have $KDEDIR set. KDEDIRS, not KDEDIR IIRC the KDEDIR was

Setting CMAKE_MODULES_PATH

2011-01-11 Thread Akarsh Simha
I have a question regarding CMAKE_MODULES_PATH. I frequently have to deal with building a branch of my project (kdeedu/kstars), but wish to use the dependency modules (kdelibs etc) from my trunk install. However, my build fails with an error that says approximately: Could not find

Re: Setting CMAKE_MODULES_PATH

2011-01-11 Thread Andreas Pakulat
On 06.01.11 01:25:15, Akarsh Simha wrote: I have a question regarding CMAKE_MODULES_PATH. I frequently have to deal with building a branch of my project (kdeedu/kstars), but wish to use the dependency modules (kdelibs etc) from my trunk install. However, my build fails with an error that