No subject


Tue Jul 9 10:50:44 EDT 2013


generate makefile snippets for each target which manage whether that
target should be rebuilt or not.  But it appears that it's the xcodeproj
file that contains the dependency relationships between the individual
targets, and that is not being set up correctly.

After the build fails, I can see that indeed the "myapp" target has not
been built, even though the pathnames in the makefile are correct.

So, it appears that CMake knows the correct pathname, but it is not
communicating to Xcode that in order to build that pathname it needs to
run a particular target.  Thus, Xcode is not building the targets in the
right order.  Or something like that.



More information about the CMake mailing list