<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Don't do this on line 175: (just delete the line)<div><span style="font-family:monospace;font-size:13px;border-collapse:collapse;line-height:16px;white-space:pre-wrap">BUILD_COMMAND ${CMAKE_BUILD_TOOL}</span></div>
<div><font face="monospace"><span style="border-collapse:collapse;line-height:16px;white-space:pre-wrap"><br></span></font></div><div>Instead, just let cmake compute the BUILD_COMMAND for you...</div>
<div><br></div><div>The default build command for ExternalProject_Add for cmake-built projects is something like:</div><div>cmake --build . --config Release</div><div><br></div><div><br></div></blockquote><div><br></div>
<div>It works! Thank you!</div><div><br></div><div>Guillaume</div><div><br></div></div>