mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
install.sh: don't assume we have generated Makefiles with cmake. use cmake --install
This commit is contained in:
parent
54f0fc206f
commit
63c7212fad
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
pushd build > /dev/null
|
||||
make install $@
|
||||
popd > /dev/null
|
||||
cmake --install build $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue