Skip to content

Commit b705c9c

Browse files
authored
Added command line option to disable libc++ when using clang (#130)
1 parent 76f0781 commit b705c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ option(Uri_BUILD_DOCS "Build the URI documentation." ON)
1212
option(Uri_FULL_WARNINGS "Build the library with all warnings turned on." ON)
1313
option(Uri_WARNINGS_AS_ERRORS "Treat warnings as errors." ON)
1414
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)
1516

1617
find_package(Threads REQUIRED)
1718

0 commit comments

Comments
 (0)