[cmake-developers] CMake can't generate Windows 10 store app with VS2015 Update 1
Roman Wüger
roman.wueger at gmx.at
Fri Feb 5 10:41:20 EST 2016
Ok, I've installed all options from the SDK (https://dev.windows.com/en-us/downloads/windows-10-sdk)
but it doesn't solve the issue.
Is there something other to install?
What things does CMake require?
Best Regards
Roman
> Am 05.02.2016 um 14:54 schrieb Roman Wüger <roman.wueger at gmx.at>:
>
> Hello,
>
> I’ve Installed Windows 10 Professional with VS2015 Update 1 and CMake 3.4.3.
> When I run configure:
>
> cmake -G "Visual Studio 14 Win64" -DCMAKE_SYSTEM_NAME:STRING=WindowsStore -DCMAKE_SYSTEM_VERSION:STRING=10.0 ..\source
>
> Then I became the following error message:
>
> CMake Error at CMakeLists.txt:3 (PROJECT):
> A Windows Store component with CMake requires both the Windows Desktop SDK
> as well as the Windows Store '10.0' SDK. Please make sure that you have
> both installed
>
>
> -- Configuring incomplete, errors occurred!
>
> Did I need something additional to get it working?
>
> Thanks in advance
>
> Best Regards
> Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160205/283016ff/attachment-0001.html>
More information about the cmake-developers
mailing list