Created by: wangkuiyi
Sorry, I forgot to install google-test in my previous changes to the Dockerfiles. Without google-test, we can build Paddle with cmake -DWITH_TESTING=OFF
, which is by default OFF, but when we use the Docker image for development, cmake -DWITH_TESTING=ON
would complain cannot find google-test.