<div dir="ltr"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr">With this CMakeLists.txt:</div><div dir="ltr"><font face="monospace, monospace">       cmake_minimum_required(VERSION 3.5.0)</font></div><div dir="ltr"><font face="monospace, monospace">       project(TestLib)</font></div><div dir="ltr">and this command:</div><div dir="ltr"><font face="monospace, monospace">       cmake .. -G "Visual Studio 14 2015 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1</font></div><div dir="ltr">I get this output:</div><div dir="ltr"><font face="monospace, monospace">       -- The C compiler identification is unknown</font></div><div dir="ltr"><font face="monospace, monospace">       -- The CXX compiler identification is unknown</font></div><div dir="ltr"><font face="monospace, monospace">       CMake Error at CMakeLists.txt:2 (project):</font></div><div dir="ltr"><font face="monospace, monospace">         No CMAKE_C_COMPILER could be found.</font></div><div dir="ltr"><font face="monospace, monospace"><br></font></div><div dir="ltr"><font face="monospace, monospace">       CMake Error at CMakeLists.txt:2 (project):</font></div><div dir="ltr"><font face="monospace, monospace">         No CMAKE_CXX_COMPILER could be found.</font></div><div dir="ltr"><br></div><div>Oddly, using <span style="font-family:monospace,monospace">WindowsPhone/</span><span style="font-family:monospace,monospace">8.0</span> or <span style="font-family:monospace,monospace">WindowsStore/10.0</span> works.  I'm not sure how to debug this problem.  Any pointers?</div><div><br></div><div><br></div><div><br></div><div>Thanks,</div><div>aaron</div></div></div></div></div>
</div>