We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f0781 commit b705c9cCopy full SHA for b705c9c
CMakeLists.txt
@@ -12,6 +12,7 @@ option(Uri_BUILD_DOCS "Build the URI documentation." ON)
12
option(Uri_FULL_WARNINGS "Build the library with all warnings turned on." ON)
13
option(Uri_WARNINGS_AS_ERRORS "Treat warnings as errors." ON)
14
option(Uri_USE_STATIC_CRT "Use static C Runtime library (/MT or MTd)." ON)
15
+option(Uri_DISABLE_LIBCXX "Disable libc++ (only applies if compiler is clang)" OFF)
16
17
find_package(Threads REQUIRED)
18
0 commit comments