Hi,<br><br><br>I want to compile a file when parsing the CMakeLists.txt...<br><br>I tried the following:<br>TRY_COMPILE(<br>&nbsp;&nbsp;&nbsp; PROJ_OK<br>&nbsp;&nbsp;&nbsp; ${PROJECT_SOURCE_DIR}/bin<br>&nbsp;&nbsp;&nbsp; ${PROJECT_SOURCE_DIR}/externals/proj<br>&nbsp;&nbsp;&nbsp; proj<br>
)<br><br><br>But this is returning &quot;false&quot;... What could I have done wrong?<br><br>It is doing something, but I don&#39;t know what exactly... But it&#39;s definitly waiting a while (probably compiling)...<br>If I do a cmake . in externals/proj, it generates a MSVC project and I can build it no problem.<br>
<br><br>Can someone guide me in this command?<br><br><br>Thanks<br>