README: fix cmake generation snippet for clang/linux
clang should be told to use libc++, otherwise it will try to use libstdc++ which may be missing on some systems. Resolves: #478
Loading
Please sign in to comment
clang should be told to use libc++, otherwise it will try to use libstdc++ which may be missing on some systems. Resolves: #478