summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDeniz Bahadir <Bagira80@users.noreply.github.com>2020-07-29 14:06:02 (GMT)
committerGitHub <noreply@github.com>2020-07-29 14:06:02 (GMT)
commit30cfbe69de24e6d1d6b718971168be1ac246e3e2 (patch)
tree2083d8a8b7ae0e8cb66d065b28ea4a69a276e029 /src/config.xml
parent517ec716de0f3a08fcd3bed2626b776a36c663f5 (diff)
downloadDoxygen-30cfbe69de24e6d1d6b718971168be1ac246e3e2.zip
Doxygen-30cfbe69de24e6d1d6b718971168be1ac246e3e2.tar.gz
Doxygen-30cfbe69de24e6d1d6b718971168be1ac246e3e2.tar.bz2
Fix compiling with clang parser support and with Clang compiler, too (#7922)
* Fix compiling with clang parser support and with Clang compiler, too When compiling the code with the Clang compiler a new CMake option `use_libc++` is available which is enabled by default. It determines if the Clang compiler should use libc++ as its C++ standard library or uses the systems default (e.g. libstdc++ on Linux). Disabling that option might help when compiling with Clang and the option `use_libclang` is enabled but the associated library was not built with libc++ as its C++ standard library. Additionally, the doxygen executable that is created when CMake option `static_libclang` is enabled, no longer crashes. * Removing obsolete (and wrong) forcing of -std=c++11 for GCC The entire Doxygen project already requires the compiler to run in C++14 mode. That setting is applied globally in the top-most `CMakeLists.txt` file. Therefore, forcing GCC to run in C++11 mode in `src/CMakeLists.txt` is wrong and obsolete.
Diffstat (limited to 'src/config.xml')
0 files changed, 0 insertions, 0 deletions