Skip to content

Commit

Permalink
Merge pull request #53 from minhanghuang/fix-tools
Browse files Browse the repository at this point in the history
perf(script): remove duplicates install script
  • Loading branch information
minhanghuang authored Mar 8, 2024
2 parents c64f9f2 + 047cac3 commit 6c89706
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 6c89706

Please sign in to comment.