<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Under linux, I recently updated everything, and now have cmake 3.14.1.  It's failing to build a project which has external projects with external projects itself...</div><div dir="ltr"><br></div><div dir="ltr">I'm not sure what a simple case is that fails.  </div><div dir="ltr">The previous version that worked was 3.13.4 (3.12.4 also)<br><div><br></div><div>On Windows I was using  cmake version 3.10.0-rc3  without issue, I grabbed the latest 3.14.1 zip and swapped to that, and it's having similar issues.</div><div><br></div><div>Linux defaulted initially to ninja; but I overrode that and used 'Unix Makefiles' as a generator and the same issue happened.  </div><div><br></div><div>The project has an external project from a git repository, which it downloads, updates, configures, and builds; that project also has external projects (ppc is one of them)  Well here; this log isn't huge.</div><div><br></div><div><div><br></div><div>-- Configuring done</div><div>-- Generating done</div><div>-- Build files have been written to: /home/d3x0r/work/javascript/sack-gui/build/sack-src/src/sack-build</div><div>[3/5] Performing build step for 'sack'</div><div>[1/3] Performing build step for 'ppc_portable'</div><div>ninja: no work to do.</div><div>[2/3] Performing install step for 'ppc_portable'</div><div>[0/1] Install the project...</div><div>-- Install configuration: "Debug"</div><div>-- Up-to-date: /home/d3x0r/work/javascript/sack-gui/build/sack-Debug/bin/ppc</div><div>[3/3] Completed 'ppc_portable'</div><div>[4/5] Performing install step for 'sack'</div><div>[1/4] Performing build step for 'ppc_portable'</div><div>ninja: no work to do.</div><div>[2/4] Performing install step for 'ppc_portable'</div><div>[0/1] Install the project...</div><div>-- Install configuration: "Debug"</div><div>-- Up-to-date: /home/d3x0r/work/javascript/sack-gui/build/sack-Debug/bin/ppc</div><div>[3/4] Completed 'ppc_portable'</div><div>[3/4] Install the project...</div><div>-- Install configuration: "Debug"</div><div>[5/5] Completed 'sack'</div></div><div><br></div><div>-----------</div><div>And then it ends, and doesn't build either the second external project, or the main project itself which depends on the external project</div><div><br></div><div>-------------</div><div><div><br></div><div>Windows is somehow getting up to installing sack, ppc like above, but then fails with 'project file does not exist' and yet a directory of that name shows it does exist.....</div><div><br></div><div>  Performing install step for 'sack'  Microsoft (R) Build Engine version 14.0.25420.1</div><div>  Copyright (C) Microsoft Corporation. All rights reserved.</div><div><br></div><div>MSBUILD : error MSB1009: Project file does not exist. [M:\javascript\sack-gui\build\sack.vcxproj]</div><div>  Switch: install</div><div>ERR! OMG Process terminated: 1</div><div><br></div><div>M:\javascript\sack-gui>dir M:\javascript\sack-gui\build\sack.vcxproj</div><div> Volume in drive M is Work3</div><div> Volume Serial Number is 5EC6-2ABD</div><div><br></div><div> Directory of M:\javascript\sack-gui\build</div></div><div>----------------</div><div><br></div><div>This branch of this repository </div><div><a href="https://github.com/d3x0r/sack.vfs/tree/sack-gui">https://github.com/d3x0r/sack.vfs/tree/sack-gui</a>  <br></div><div>mkdir build</div><div>cd build</div><div>cmake -DMAKE_GUI=1 -DCMAKE_BUILD_TYPE=Debug ..</div><div>cmake --build .</div><div><br></div><div><br></div><div>and it ends with building sack and nothing else.  </div><div><br></div><div><br></div><div><br></div></div></div></div></div></div>