this post was submitted on 01 May 2022
2 points (100.0% liked)

C & C++

890 readers
9 users here now

founded 5 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] lmemsm@lemmy.ml 1 points 2 years ago

Wasn't thrilled with CMake when I was unable to build it without having to have a working copy of CMake already installed to build it with. It's also now so complicated to build, it won't build on older versions of some compilers. Directories it searches for libraries and includes are always wrong on my systems and I'm always having to override that information. Personally, I really like CDetect and use that in place of CMake and GNU autoconf/configure any time I can.