cmake build
#1711
Replies: 2 comments 2 replies
-
Did you initialize submodules? (Command at the top of build.md) |
Beta Was this translation helpful? Give feedback.
2 replies
-
after submodules are updated, no need to add the -g flag, did you try this: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to build MsQuic with cmake according to the instructions fails on Linux.
Running the provided command
cmake -g 'Linux Makefiles' ..
, returns the error:CMake Error: Unknown argument -g
If I change
g
toG
, I get the following error message from cmake:and if I change the command to
cmake -G 'Unix Makefiles' ..
, I get the following error:please help with the proper way to build MsQuic on Linux using cmake
Beta Was this translation helpful? Give feedback.
All reactions