Hi,<div><br></div><div>I've started using cmake on my projects since a few weeks so I'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} "${PROJECT_SOURCE_DIR}/ext_bin/DFC:$ENV{PATH}")</div><div><br></div><div>but as I found googling around this command works only in the "cmake" 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>