Fix path to cmake installation script

Amends commit d44a7a5f14

Change-Id: I52926a8e8c488beaeb70c9bf0222c7caa0ccfe9c
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Simon Hausmann
2019-06-06 08:57:36 +02:00
parent 463235a0bc
commit 716cb8185a

View File

@@ -1,5 +1,5 @@
#!/bin/bash
BASEDIR=$(dirname "$0")
"$BASEDIR/../common/linux/install_cmake.sh"
"$BASEDIR/../common/linux/cmake_linux.sh"