cmake RESIP_HAVE_STRING_VIEW examples

resiprocate/resiprocate CMakeLists.txt :87

check_cxx_source_compiles("
#include <string_view>
int main() {
    std::string_view sv = \"test\";
    return 0;
}
" RESIP_HAVE_STRING_VIEW)