HyperNEAT
HyperNEAT copied to clipboard
CMake -stdlib= flag causing issues in some linux distros
I myself hit this error in Ubuntu 18.04 but after some searches I found out that the problem is an epidemic. Like this one
I will try to fix but as I'm not a real contributor on the source I will post some hints here. I will try to convert to C++11
OK, for anyone else having this issue you should specify language level 98
Replacing -stdlib
flag with -std=gnu++98
will do the trick.