<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>we build CTK as an external project of our application. Instead of picking up the CTK headers and libraries from the build folder, we would like to install CTK and pick up them from the install directory. (The VS compiler cl.exe crashes because the accumulated list of include library paths causes an overflow. So we want to shorten the path list.)<br><br></div>However, the ExternalProject_Add(CTK ...) call does not install the project correctly. It calls 'make install' from the CTK superbuild directory, not the CTK-build directory.<br><br></div>Is it possible to change the working directory of the cmake ep install? (I'm afraid not, according to the docs.)<br><br></div>Or, would it be possible to make the install work from the superbuild level?<br><br></div>Cheers,<br></div>Miklos<br><br></div>