Skip to content

Instantly share code, notes, and snippets.

@mallochine
Created October 28, 2017 20:36
Show Gist options
  • Save mallochine/062ff08f38f475f780bba3a46b88e5b8 to your computer and use it in GitHub Desktop.
Save mallochine/062ff08f38f475f780bba3a46b88e5b8 to your computer and use it in GitHub Desktop.
cmake windows store component problem
$ cmake ../Source -DCMAKE_SYSTEM_NAME="WindowsStore" -DCMAKE_SYSTEM_VERSION="10.0" -G"Visual Studio 14"
CMake Error at CMakeLists.txt:2 (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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment