Open ducss2015 opened 9 years ago
Thanks for the patch! However, the documentation makes it clear that a compiler supporting C++11 (i.e. not C++0x) and CMake >= 2.8.8 are required.
Adding the patch as a separate file and referencing it from the README as an easy way to gain compatibility for older systems would be very nice, though!
I use an old system with cmake 2.8.7 (not support TARGET_OBJECTS) and gcc 4.6.3 (not support -std=c++11) so the build does not work. The following patch helps me build successfully.
Hope that helps.