ofxMVG icon indicating copy to clipboard operation
ofxMVG copied to clipboard

[cmake] compatibility

Open simogasp opened this issue 9 years ago • 0 comments

  • [ ] on MAC we need to specify the COMPONENTS in find(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

simogasp avatar Aug 08 '16 21:08 simogasp