blender/extern/glog
Ankit Meel 49b798ca7e macOS/glog: Silence syscall deprecation warning
Upstream will release the fix in 0.6 which will take time.
Silence two warnings.

Differential Revision: https://developer.blender.org/D11246
2021-07-15 15:23:06 +05:30
..
include/glog
src macOS/glog: Silence syscall deprecation warning 2021-07-15 15:23:06 +05:30
AUTHORS
ChangeLog
CMakeLists.txt
COPYING
NEWS
README
README.blender macOS/glog: Silence syscall deprecation warning 2021-07-15 15:23:06 +05:30

This repository contains a C++ implementation of the Google logging
module.  Documentation for the implementation is in doc/.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install