1

I've installed latest Cmake version (3.2.2) in Ubuntu 14.04LTS after i install ccmake through

sudo apt-get install cmake-curses-gui

It runs as cmake 2.8.12

But I need Cmake 3x versions to be executed

A.B.
  • 90,397
  • How did you install cmake 3.2.2? I don't think ccmake is just a generic frontend, each version of cmake should provide its own ccmake: if you build from source then the cmake-3.2.x/bin should contain a ccmake binary as well as a cmake binary. – steeldriver Jul 23 '15 at 11:49
  • I built it through source file downloaded from cmake.org – vijjay29 Jul 23 '15 at 13:24
  • Three options: build ccmake from sources too, find a PPA with cmake/ccmake for trusty, update to vivid and install cmake/ccmake from debian-stretch repository. – Velkan Jul 24 '15 at 11:48

0 Answers0