Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Gilles Khouzam
Simmons [mailto:asimm...@sensoryinc.com] Sent: Tuesday, March 15, 2016 16:50 To: Gilles Khouzam Cc: cmake@cmake.org Subject: Re: [CMake] can't generate WindowsPhone 8.1 projects I'm using CMake 3.5.0 on Windows 10. To simplify things, I started from a fresh Windows 10 image and instal

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Aaron Simmons via CMake
lles.khou...@microsoft.com> wrote: > > Hi Aaron > > > > What happens if you sent the compiler to Visual Studio 12 2013 ARM? > > > > I’ll try this on my side and see if I can repro. > > > > Which version of CMake are you running? > > > > Thanks

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Aaron Simmons via CMake
are you running? > > > > Thanks > > ~Gilles > > > > *From:* CMake [mailto:cmake-boun...@cmake.org] *On Behalf Of *Aaron > Simmons via CMake > *Sent:* Monday, March 14, 2016 10:34 > *To:* cmake@cmake.org > *Subject:* Re: [CMake] can't generate WindowsPhone 8

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-14 Thread Gilles Khouzam
10:34 To: cmake@cmake.org Subject: Re: [CMake] can't generate WindowsPhone 8.1 projects I looked at the CMAKE_C_COMPILER for WindowsStore/10.0, and its printing C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_arm/cl.exe which is correct! So I think the problem is tha

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-14 Thread Aaron Simmons via CMake
I looked at the CMAKE_C_COMPILER for WindowsStore/10.0, and its printing C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_arm/cl.exe which is correct! So I think the problem is that for WindowsPhone CMake is looking up the Visual Studio version incorrectly. Aaron Simmons Applica

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-14 Thread Aaron Simmons via CMake
In the successful case, I printed out CMAKE_C_COMPILER and found that its pointing to C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/WPSDK/WP80/bin/x86_arm/cl.exe even though I'm using the generator for "Visual Studio 14 2015 ARM". I think its not working because there isn't a WindowsPh

[CMake] can't generate WindowsPhone 8.1 projects

2016-03-14 Thread Aaron Simmons via CMake
With this CMakeLists.txt: cmake_minimum_required(VERSION 3.5.0) project(TestLib) and this command: cmake .. -G "Visual Studio 14 2015 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 I get this output: -- The C compiler identification is unknown --