this post was submitted on 22 Jul 2023
79 points (95.4% liked)

Programmer Humor

32383 readers
1533 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Can't be worse than CMake, can it.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 1 year ago

I just created a helper for this new build system, I plan on getting angel investors for my startup.

I've also created my own license so anyone that views it is now working for me. The wrapper:

#!/bin/bash

g++ *

[–] [email protected] 6 points 1 year ago

You can just type "make" in the directory and it will do what you expect

[–] [email protected] 3 points 1 year ago

Is it bad that I want to do it now?

[–] [email protected] 3 points 1 year ago (3 children)
[–] [email protected] 10 points 1 year ago

Compared to what? It beats autotools, make, shell scripts, anything you could write in less than five years of dedicated time, and anything else that assumes the compiler or target system.

However it is still a terrible build system. But since everyone else uses it i do too as it isn't worth fighting for something better.

[–] [email protected] 4 points 1 year ago

Not if you're making cment.

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

Let's say we know how to do better than cmake now.