> -----Original Message----- > From: Peter Kelly [mailto:[email protected]] > Sent: Friday, March 13, 2015 1:35 PM > To: [email protected] > Subject: Re: Prototype web app, and Editor API > > Hi Franz, I’ve just committed your patch to the repository. I’m looking > forward to seeing more on the python bindings! >
After pulling the latest change I couldn't build in cloud9 because of cmake requirements. ### ## global definitions ### #cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 2.8) project(Corinthia) After changing to 2.8 It was fine. Is it possible to downgrade to 2.8? I did try "sudo apt-get install cmake" but the latest for my VM is 2.8 franz
