<p>Not on my machine though. </p>

<blockquote>
<p>"c:\Program Files (x86)\CMake\bin\cmake.exe" ..<br>
-- Building for: Visual Studio 14 2015<br>
-- The C compiler identification is MSVC 19.0.23026.0<br>
-- The CXX compiler identification is MSVC 19.0.23026.0<br>
-- Check for working C compiler using: Visual Studio 14 2015<br>
-- Check for working C compiler using: Visual Studio 14 2015 -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Check for working CXX compiler using: Visual Studio 14 2015<br>
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Detecting CXX compile features<br>
-- Detecting CXX compile features - done<br>
CMake Warning (dev) at CMakeLists.txt:85 (add_custom_target):<br>
  Policy CMP0037 is not set: Target names should not be reserved and should<br>
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy<br>
  details.  Use the cmake_policy command to set the policy and suppress this<br>
  warning.</p>
</blockquote>

<p>The target name "test" is reserved or not valid for certain CMake features,<br>
  such as generator expressions, and may result in undefined behavior.<br>
This warning is for project developers.  Use -Wno-dev to suppress it.</p>

<p>CMake Warning (dev) in CMakeLists.txt:<br>
  No cmake_minimum_required command is present.  A line of code such as</p>

<pre><code>cmake_minimum_required(VERSION 3.3)
</code></pre>

<p>should be added at the top of the file.  The version specified may be lower<br>
  if you wish to support older CMake versions for this project.  For more<br>
  information run "cmake --help-policy CMP0000".<br>
This warning is for project developers.  Use -Wno-dev to suppress it.</p>

<p>-- Configuring done<br>
CMake Error at CMakeLists.txt:23 (add_library):<br>
  <strong>Cannot find source file:</strong></p>

<pre><code>C:/Projects/CPP/mlpack_original/src/mlpack/core/util/arma_config.hpp
</code></pre>

<p>Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp<br>
  .hxx .in .txx</p>

<p>CMake Error: CMake can not determine linker language for target: mlpack<br>
-- Generating done<br>
-- Build files have been written to: C:/Projects/CPP/mlpack_original/src/mlpack/<br>
build</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/473#issuecomment-157923733">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFBO9eoJbTcdmJKSQV28oe_F8jpG4ks5pHSWAgaJpZM4GkhDb.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/473#issuecomment-157923733"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>