[CMake] Is this expected behavior?

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 9 11:25:17 EST 2014


On 12/9/2014 9:45 AM, Chris Johnson wrote:
> Well of course it had to not be all that simple.  My first attempt to
> create a simple (2 header files in library) example failed to fail in
> the same way as my much more complex real-life project.  :-p
>
> I will continue to try to whittle down the real problem to the smallest
> possible set, but it may take a while.
find . -name depend.make
in the build tree will show you were all the depend information is kept. 
  Those files will not be populated until after the first build.  But 
that might give you a clue as to what is going wrong.

-Bill



More information about the CMake mailing list