Replies: 1 comment
-
Hey @rudenoise , let's discuss this in the issue I've just opened: #647. Thanks! |
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
-
Hello, this may be the wrong place to ask (and is likely due to my inexperience with
cmake
).I'm attempting to build
giada
from source, I have all the dependencies and am runningcmake -B build/ -S .
which succeeds.Then when running
cmake --build build/
I get the following error:From what I can tell (from a bit of searching) this may be a problem with the c++ standard?
The contents of
build/CMakeFiles/giada.dir/flags.make
contains:I expect I'm off the mark so any advice much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions