<div dir="ltr"><div><div>Hi David,<br><br></div>My output is:<br><br>CMAKE_BUILD_TOOL='/usr/bin/gmake'<br><br></div>I was originally using <br><br>cd path/to/build/directory && make #For some reason it doesn't recognize the make command if I leave out the path to the build directory<br>
<br>but if you saw in the previous posts, Norman suggested to use ${CMAKE_BUILD_TOOL} when cleaning up my script.<br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div></div><div>--<br></div><div>Chad Balen, E.I.T.<b><br>
</b></div><div>Energy Systems Design Laboratory,<br></div><div>3-23 Mechanical Engineering Building,<br></div><div>University of Alberta,<br>Edmonton, AB<b><br></b></div></div></div>
<br><br><div class="gmail_quote">On Thu, May 29, 2014 at 7:42 AM, David Cole <span dir="ltr"><<a href="mailto:dlrdave@aol.com" target="_blank">dlrdave@aol.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chad,<br>
<br>
What is the value of "CMAKE_BUILD_TOOL"?<br>
<br>
i.e. output of:<br>
<br>
message(STATUS "CMAKE_BUILD_TOOL='${CMAKE_<u></u>BUILD_TOOL}'")<br>
<br>
Why are you using "${CMAKE_BUILD_TOOL}" anyhow when the command lines you're giving will only work with 'make'?<br>
<br>
<br>
</blockquote></div><br></div>