Add cmake to the required system packages list in dali_env 94/38094/1
authorYoonsang Lee <ysang114.lee@samsung.com>
Mon, 13 Apr 2015 02:33:20 +0000 (11:33 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Mon, 13 Apr 2015 02:33:49 +0000 (11:33 +0900)
Change-Id: I80474b0c52f823cce2fb8a65aeeb73a272e585d4

build/scripts/dali_env

index 86ca266..bc56c47 100755 (executable)
@@ -32,6 +32,7 @@ use Pod::Usage;
 # this script will attempt to install them for you.
 my @system_packages = (
     "automake",
+    "cmake",
     "g++",
     "pkg-config",
     "libtool",