Replies: 1 comment
-
You can't have CMake automatically guessing that you want to target Windows Store on Windows, so you need to pass In the future, please ask CMake questions unrelated to libdatachannel like this one on a CMake forum instead of here, or refer directly to the CMake documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I build the libdatachannel on windows and show the variable "CMAKE_SYSTEM_NAME".
The "CMAKE_SYSTEM_NAME " is
Windows
.How can I trigger the
WindowsStore
?Does it just do -DCMAKE_SYSTEM_NAME=WindowsStore ?
If you are on windows, you will not do -DCMAKE_SYSTEM_NAME=Linux.
The system will automatically detect the Windows.
Beta Was this translation helpful? Give feedback.
All reactions