summaryrefslogtreecommitdiff
path: root/app-text/doxygen/files/doxygen-1.9.1-do_not_force_libcxx.patch
blob: f33f619e62ed8a51d1c741fef57f58d526f57937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3775ed1..b3a1af6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ option(build_doc       "Build user manual (HTML and PDF)" OFF)
 option(build_doc_chm   "Build user manual (CHM)" OFF)
 option(use_sqlite3     "Add support for sqlite3 output [experimental]." OFF)
 if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
-    option(use_libc++  "Use libc++ as C++ standard library." ON)
+    option(use_libc++  "Use libc++ as C++ standard library." OFF)
 endif()
 option(use_libclang    "Add support for libclang parsing." OFF)
 option(static_libclang "Link to a statically compiled version of LLVM/libclang." OFF)