Skip to content

Commit

Permalink
Corrected the last cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj authored Dec 27, 2021
1 parent 61b5e06 commit dded1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ pip install cmake
cd C:/Users/*homefolder*/topologicbim/Topologic/Python-Bindings
mkdir build && cd build
cmake -Ax64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cmake --build . --config Release
```

0 comments on commit dded1c9

Please sign in to comment.