#!/bin/bash

set -ex

# Doxygen automatically uses libc++ when compiling with clang, but we don't
# have libc++ installed in the default buildroot for Fedora and it's not
# available at all in RHEL.
sed -i 's/\(option(use_libc++ \)/\1"" OFF)#/g' CMakeLists.txt
