this post was submitted on 15 Aug 2024
676 points (98.6% liked)

Programmer Humor

19315 readers
172 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Which will probably be never.

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

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

[–] [email protected] 5 points 1 month ago (1 children)

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.

[–] [email protected] 1 points 1 month ago

This thread is wild, I'm here like "cmake is by far the simplest way to cross compile to ARM and x86, with and without Cuda build targets" and y'all are talking about IDEs for some reason.

[–] [email protected] 2 points 1 month ago

I like this idea!