Which will probably be never.

you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 2 years ago (2 children)

The C in Cmake maybe stands for cat. It would make sense.

  • source
  • hideshow 4 child comments
  • [–] 5 points 2 years ago (1 child)

    In case anyone wants to know the actual answer, it stands for cross platform make, and my understanding is that it’s for generating build project files for various development environments. For instance, with one CMake file you can generate a Visual Studio Solution file, an XCode project file, a Makefile, etc. Several IDEs are also able to read CMake files directly.

  • source
  • parent
  • hideshow 2 child comments