cmake install
#1437
Replies: 1 comment
|
are you on windows, linux, or mac? |
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.
I am not great with cmake, so I am not sure if it's me or there is a bug.
I am just trying to build like that
$ cmake -S . -B build$ cmake --build build/ --target installwhich fails with the next error:
All reactions