-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for libc++ standard library (#22)
Added new 'WITH_STDLIB_LIBCXX' CMake option which, when set to 'ON', adds '-stdlib=libc++' compiler/linker flag. This option exists only when building with a compiler from the 'Clang' family. 'OFF' by default, except for the 'Darwin' platform where it is 'ON'. GitHub Workflows scripts updated to use '-DWITH_STDLIB_LIBCXX=ON' for the 'Clang' configurations.
- Loading branch information
1 parent
192eff3
commit c33b3bc
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters