Skip to content

Commit

Permalink
Added command line option to disable libc++ when using clang (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
glynos authored Feb 28, 2019
1 parent 76f0781 commit b705c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ option(Uri_BUILD_DOCS "Build the URI documentation." ON)
option(Uri_FULL_WARNINGS "Build the library with all warnings turned on." ON)
option(Uri_WARNINGS_AS_ERRORS "Treat warnings as errors." ON)
option(Uri_USE_STATIC_CRT "Use static C Runtime library (/MT or MTd)." ON)
option(Uri_DISABLE_LIBCXX "Disable libc++ (only applies if compiler is clang)" OFF)

find_package(Threads REQUIRED)

Expand Down

0 comments on commit b705c9c

Please sign in to comment.