<div dir="ltr">I guess at install the only option is to get values from the environment... since the this->Makefile has like nothing from CMakeCache in it... using GetSafeDefinition results blank for similar values... and I guess cmake global properties aren't actually kept past generation, since 'USE_FOLDERS' doesn't appear anywhere in my build directories...<div>
<br></div><div>crazy.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 10:48 AM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hmmm... environment variable doens't work very cleanly...<div>I have another idea</div><div><br></div>
<div><div>set_property(GLOBAL PROPERTY QUIET_INSTALL ON )</div></div><div><br></div><div>sort of like 'set_property(GLOBAL PROPERTY USE_FOLDERS On)" .... </div>
<div><br></div><div><br></div><div>which should be </div><div><div>+     cmSystemTools::IsOn(this->Makefile->GetCMakeInstance()->GetProperty("QUIET_INSTALL"));</div></div><div><br></div><div>instead of </div>

<div><div>+      cmSystemTools::IsOn(cmSystemTools::GetEnv("CMAKE_INSTALL_QUIET"));</div><div><br></div><div>but GetProperty() always returns NULL?</div><div><br></div><div> </div></div></div><div class="HOEnZb">
<div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 7:41 AM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">cleaned up patch and investigated what symlink install does; this should work for that too...<div>updated <a href="http://public.kitware.com/Bug/view.php?id=13761#bugnotes" target="_blank">http://public.kitware.com/Bug/view.php?id=13761#bugnotes</a></div>


</div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 2:20 PM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">in the vein of <a href="http://www.cmake.org/Wiki/CMake_Useful_Variables" target="_blank">http://www.cmake.org/Wiki/CMake_Useful_Variables</a> <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;font-weight:bold;line-height:19.049999237060547px">CMAKE_INSTALL_ALWAYS </span><div>



<font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px">patch adds CMAKE_INSTALL_QUIET </span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px"><br>



</span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px">This bypasses 'Up-to-date:'  on file that are up to date </span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px">and 'Installing' on directories that already exist and are directories.</span></font></div>



<div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px"><br></span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px">There are 3 places that call 'ReportCopy' the third is when symlinks are made; I have no way to test an appropriate modification to bypass it's status when really no action taken.</span></font></div>



<div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px"><br></span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.049999237060547px">Not sure header on diff is appropriate for applying </span></font></div>



</div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>