queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Compilation flags not working #63

Closed athanase closed 11 years ago

athanase commented 11 years ago

Hi there, I trying to compile project using the library USB_Host_Shied_2.0 and the library generic_storage. I have an error in the library generic_storage which gives me an error that can be deactivated using the flag "-fpermissive". I add those flags in the CMakeLists file but it seems that they are not taken in account during the compilation process.

Here is my CMakeLists.txt

mdaffin commented 11 years ago

This is related to #62 which has been merged into the develop branch, I suggest you try the develop branch for now.

athanase commented 11 years ago

Thanks for the info, I will try the development branch.