Getting build_android/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: 'glog/stl_logging.h' file not found

I am trying to build the source code on ubuntu 18;
Getting the following error:
build_android/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: ‘glog/stl_logging.h’ file not found

I am using the following command to build the same.
./scripts/build_pytorch_android.sh

Could you please suggest me to get out of this.

Thanks & Regards,
Jamili.

This question looks like it should be routed to the Mobile section of the forum. Cc @David_Reiss

I think that’s a normal message that happens when the build system detects that glog is not available. Can you create a paste of the full build output?