[CMake] CMake update for older PPC7

2018-06-19 Thread A. Sanchez via CMake
Hello. I have been trying to get a good version of CMake for my PS3 cluster running linux. But everything I try to compile needs CMake 3.0 or higher? Is there any way to update from CMAKE 2.4. Right now I am running Fedora 9, since PPC is sort of out of date, but I can run Debian Jessie if the s

[CMake] Performance profiling for CMake scripts?

2018-06-19 Thread Robert Dailey
So I noticed over the years my CMake scripts take longer and longer to configure/generate. Is there a mechanism to tell which parts of my CMake scripts are slowest? I'd like to know how to optimize my CMake scripts to reduce the time it takes to generate projects. -- Powered by www.kitware.com P

Re: [CMake] How do you handle recursive dependencies in CMake

2018-06-19 Thread hemant
Thanks much, Tim! Hemant From: CMake On Behalf Of Tim Rae Sent: Tuesday, June 19, 2018 9:39 AM To: cmake@cmake.org Subject: Re: [CMake] How do you handle recursive dependencies in CMake Hi all, I spent a bit of time working on this issue the last few days, and since I didn't see a

Re: [CMake] How do you handle recursive dependencies in CMake

2018-06-19 Thread Tim Rae
Hi all, I spent a bit of time working on this issue the last few days, and since I didn't see a satisfactory answer in this thread I thought I'd resurrect the thread since it's one of the first google hits. it seems that all you need to do to solve the problem of transitive dependencies is make yo