Open gdevenyi opened 4 years ago
probably have to specify that C++11 is needed
That's what I just narrowed it down to. Testing with:
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
in the cmake config now
confirmed that fixes the build.
Fix https://github.com/vfonov/patch_morphology/commit/984e5f161f3b0d1c8a369983ff4f9dff6d366c09 broke build on 16.04, gcc 5.4.0-6ubuntu1~16.04.12