diff --git a/.doozer.json b/.doozer.json index 3071e682d..82b74115a 100644 --- a/.doozer.json +++ b/.doozer.json @@ -2,7 +2,7 @@ "targets": { "xenial-amd64": { "buildenv": "xenial-amd64", - "builddeps": ["build-essential"], + "builddeps": ["build-essential", "cmake"], "buildcmd": [ "mkdir build", "cd build",