ofxMVG
ofxMVG copied to clipboard
[cmake] compatibility
- [ ] on MAC we need to specify the
COMPONENTSinfind(Boost)otherwise there are no lib at linking time - [ ] C++11 is mandatory, hence we need to verify that the compiler support the option and add the flag.
- one way to go is to use
target_compile_features()in cmake but that requires cmake > 3.0
- one way to go is to use