Merge pull request #2899 from ArthurSonzogni/bug-2898
Fix clang compile error with --stdlib=libc++
This commit is contained in:
commit
40df0c169f
|
@ -250,4 +250,5 @@ YYYY/MM/DD, github id, Full name, email
|
||||||
2020/04/30, TristonianJones, Tristan Swadell, tswadell@google.com
|
2020/04/30, TristonianJones, Tristan Swadell, tswadell@google.com
|
||||||
2020/05/25, graknol, Sindre van der Linden, graknol@gmail.com
|
2020/05/25, graknol, Sindre van der Linden, graknol@gmail.com
|
||||||
2020/05/31, d-markey, David Markey, dmarkey@free.fr
|
2020/05/31, d-markey, David Markey, dmarkey@free.fr
|
||||||
2020/07/01, sha-N, Shan M Mathews, admin@bluestarqatar.com
|
2020/07/01, sha-N, Shan M Mathews, admin@bluestarqatar.com
|
||||||
|
2020/09/06, ArthurSonzogni, Sonzogni Arthur, arthursonzogni@gmail.com
|
||||||
|
|
|
@ -19,7 +19,7 @@ if(NOT WITH_DEMO)
|
||||||
FORCE)
|
FORCE)
|
||||||
endif(NOT WITH_DEMO)
|
endif(NOT WITH_DEMO)
|
||||||
|
|
||||||
option(WITH_LIBCXX "Building with clang++ and libc++(in Linux). To enable with: -DWITH_LIBCXX=On" On)
|
option(WITH_LIBCXX "Building with clang++ and libc++(in Linux). To enable with: -DWITH_LIBCXX=On" Off)
|
||||||
option(WITH_STATIC_CRT "(Visual C++) Enable to statically link CRT, which avoids requiring users to install the redistribution package.
|
option(WITH_STATIC_CRT "(Visual C++) Enable to statically link CRT, which avoids requiring users to install the redistribution package.
|
||||||
To disable with: -DWITH_STATIC_CRT=Off" On)
|
To disable with: -DWITH_STATIC_CRT=Off" On)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue