Created
October 28, 2017 20:36
-
-
Save mallochine/062ff08f38f475f780bba3a46b88e5b8 to your computer and use it in GitHub Desktop.
cmake windows store component problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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