<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I've had to make this modification the last few versions...</div><div><br></div><div>cmake/share/cmake-3.14/Modules/ExternalProject.cmake</div><div><br></div><div>line 1870 from<br></div><div><br></div><div>      if(step STREQUAL "INSTALL")</div><div>        list(APPEND args --target install)</div><div>      endif()</div><div><br></div><div>to</div><div><br></div><div><div>      if(step STREQUAL "INSTALL")</div><div>        list(APPEND args --target INSTALL)</div><div>      endif()</div><br class="gmail-Apple-interchange-newline"></div><div>Otherwise, when building with visual studio, and trying to run the <project>-install.rule  rule, it says 'no such project'</div><div><br></div><div>I don't think the same issue happens when building from the command line.</div></div></div></div>