Hi,<div><br></div><div>I&#39;ve started using cmake on my projects since a few weeks so I&#39;m still a beginner. </div><div><br></div><div>The system works very well I only have a problem.</div><div><br></div><div>I need to have a directory inside the project tree included in the command search path (the enviroment variable PATH).</div>
<div><br></div><div>I tried with:</div><div><br></div><div>set(ENV{PATH} &quot;${PROJECT_SOURCE_DIR}/ext_bin/DFC:$ENV{PATH}&quot;)</div><div><br></div><div>but as I found googling around this command works only in the &quot;cmake&quot; stage, but not on the generated makefiles.</div>
<div><br></div><div>There is a way to tell CMake to make a change to an enviroment variable that is effective also inside the generated makefiles?</div><div><br></div><div>-- <br>Gabriele Greco, DARTS Engineering<br><br>
</div>