<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>-H is not the help option.  Is the source directory.</p>
<p><br>
</p>
<p>See <a href="https://stackoverflow.com/questions/31090821/what-does-the-h-option-means-for-cmake" class="OWAAutoLink" style="font-size: 12pt;">https://stackoverflow.com/questions/31090821/what-does-the-h-option-means-for-cmake</a></p>
<div><br>
</div>
<div>I know that both -B and -H  are undocumented, but I've been using both since forever, since I prefer them to passing the source/dir as positional arguments in the end.</div>
<div><br>
</div>
Jose<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Dylan Baker <dylan@pnwbakers.com><br>
<b>Sent:</b> Tuesday, June 13, 2017 21:59<br>
<b>To:</b> piglit@lists.freedesktop.org<br>
<b>Cc:</b> Jose Fonseca<br>
<b>Subject:</b> [PATCH 1/7] appveyro: Remove help invocation from cmake</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com><br>
---<br>
 appveyor.yml | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/appveyor.yml b/appveyor.yml<br>
index 302308599..00b5700c6 100644<br>
--- a/appveyor.yml<br>
+++ b/appveyor.yml<br>
@@ -86,7 +86,7 @@ install:<br>
 - appveyor DownloadFile <a href="https://www.khronos.org/registry/OpenGL/api/GL/glext.h">
https://www.khronos.org/registry/OpenGL/api/GL/glext.h</a> -FileName glext\GL\glext.h<br>
 <br>
 build_script:<br>
-- cmake -H. -Bbuild -G "Ninja" -DGLUT_INCLUDE_DIR=%CD%\freeglut\include -DGLUT_glut_LIBRARY=%CD%\freeglut\%FREEGLUT_LIB% -DGLEXT_INCLUDE_DIR=%CD%\glext<br>
+- cmake . -Bbuild -G "Ninja" -DGLUT_INCLUDE_DIR=%CD%\freeglut\include -DGLUT_glut_LIBRARY=%CD%\freeglut\%FREEGLUT_LIB% -DGLEXT_INCLUDE_DIR=%CD%\glext<br>
 - ninja -C build<br>
 <br>
 <br>
-- <br>
2.13.1<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>