Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation and building of tools should be optional with CMake #90

Open
JayFoxRox opened this issue May 12, 2021 · 0 comments
Open

Installation and building of tools should be optional with CMake #90

JayFoxRox opened this issue May 12, 2021 · 0 comments

Comments

@JayFoxRox
Copy link

I'm compiling for an embedded platform and the toolchain expects a system-wide install (so I use cmake .. -DCMAKE_TOOLCHAIN_FILE=[...] && make install).

The midifile library compiles fine.
However, compilation will still fail because the toolchain does not support some C++ features like cin which is used in tools/type0.cpp.
Because there won't be any way to run these tools I shouldn't even have to build them in the first place.

Therefore, compiling tools or examples should be made optional.
I only want to install the core library.

(I'll look for a different MIDI lib for now, but will keep an eye on this if I can't find a suitable alternative)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant