Skip to content

Commit

Permalink
perf(script): remove duplicates install script
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Mar 8, 2024
1 parent c64f9f2 commit 047cac3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 047cac3

Please sign in to comment.