<p>Previously CMake block termination commands were required to have arguments matching the command starting the block. This is no longer necessary and not the preferred style. This type of change has been implemented in other open source projects such as: ITK, vxl, and BRAINSTools. It is the preferred KDE style.</p>

<p>KDE style reference:<br>
<a href="https://community.kde.org/Policies/CMake_Coding_Style">https://community.kde.org/Policies/CMake_Coding_Style</a></p>

<p>Ex: <br>
if (SOMETHING)<br>
  do_this()<br>
endif (SOMETHING)</p>

<p>should be:<br>
if (SOMETHING)<br>
  do_this()<br>
endif()</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/585">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFLvV1t4KDZBVPZkoFWawQbxZixyKks5pvvqugaJpZM4H1g7E.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/585"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>