Skip to content

Commit

Permalink
fixing cmake cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 18, 2024
1 parent 482de0c commit 57621cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git clone --single-branch -b 5.3.0 --depth 1 https://bitbucket.org/fathomteam/moab/
mkdir build
cd build
cmake .. -DENABLE_PYMOAB=ON -DENABLE_HDF5=ON
cmake ../moab -DENABLE_PYMOAB=ON -DENABLE_HDF5=ON
make
make install
cd pymoab
Expand Down

0 comments on commit 57621cc

Please sign in to comment.