Re: [CMake] Scanning dependencies of target xxx is very slow.

2011-06-06 Thread Alexander Neundorf
On Monday, June 06, 2011 05:28:48 AM jianhua wrote: > Hi Neundorf; > > Thanks for your kindly response on this issue. > > >Usually it is not that slow. > >Can you give us some more information ? > >Of how many files consists your target approximately ? > >Under which operating system ? > >Is it m

Re: [CMake] Scanning dependencies of target xxx is very slow.

2011-06-06 Thread Bill Hoffman
On 6/5/2011 11:28 PM, jianhua wrote: Hi Neundorf; Thanks for your kindly response on this issue. Usually it is not that slow. Can you give us some more information ? Of how many files consists your target approximately ? Under which operating system ? Is it maybe on

Re: [CMake] Scanning dependencies of target xxx is very slow.

2011-06-05 Thread jianhua
Hi Neundorf; Thanks for your kindly response on this issue. >Usually it is not that slow. >Can you give us some more information ? >Of how many files consists your target approximately ? >Under which operating system ? >Is it maybe on NFS or samba ? I try to build a lib based on about 300 so

Re: [CMake] Scanning dependencies of target xxx is very slow.

2011-06-02 Thread Alexander Neundorf
On Friday, June 03, 2011 04:01:54 AM jianhua wrote: > Hey all; > > I am a new bible of CMAKE, I just use cmake to rewrite my previous project, > the problem is that the process "Scanning dependencies of target " is > really very slow, it will always take more than 20 to 30 minutes for > scanning.

[CMake] Scanning dependencies of target xxx is very slow.

2011-06-02 Thread jianhua
Hey all; I am a new bible of CMAKE, I just use cmake to rewrite my previous project, the problem is that the process "Scanning dependencies of target " is really very slow, it will always take more than 20 to 30 minutes for scanning. What does CMAKE do to scan dependencies of target? Why so