1
0
Fork 0
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:
Henrik Hautakoski 2020-04-24 18:42:36 +02:00
parent 54f0fc206f
commit 63c7212fad

View file

@ -1,5 +1,3 @@
#!/bin/bash
pushd build > /dev/null
make install $@
popd > /dev/null
cmake --install build $@