mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Install & use cmake provided by scripts/install_cmake.sh for emscripten
This commit is contained in:
committed by
Alex Beregszaszi
parent
0b49fd3493
commit
a49dac8057
@@ -18,6 +18,8 @@ esac
|
||||
|
||||
BIN=$PREFIX/bin
|
||||
|
||||
PATH=$PREFIX/bin:$PATH
|
||||
|
||||
if test -f $BIN/cmake && ($BIN/cmake --version | grep -q "$VERSION"); then
|
||||
echo "CMake $VERSION already installed in $BIN"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user