diff --git a/install.py b/install.py index c1c9f52..08f523b 100644 --- a/install.py +++ b/install.py @@ -142,15 +142,6 @@ def _clone_gfamily(self): self._cmd("make install -j$(nproc)") os.chdir(self._current_path) - os.chdir(os.path.join(self._dowload_path, "glog")) - self._cmd("mkdir -p build") - os.chdir("build") - self._cmd( - "cmake -Dprotobuf_BUILD_SHARED_LIBS=ON -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX={} ..".format( - self._install_prefix)) - self._cmd("make install -j$(nproc)") - os.chdir(self._current_path) - os.chdir(os.path.join(self._dowload_path, "protobuf")) os.chdir("cmake") self._cmd("mkdir -p build")