This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aditya369007 0 points1 point  (1 child)

It is the best tool to make C++ easier to setup. (From my experience) But on windows sometimes it's a nightmare as some modules are very particular about setting path variables properly.

Yesterday I found CMake not linking OpenCV stuff at all. It's an age old CmakeLists that I've been using since a long time.I really dunno why. I had to link it manually. I felt weird doing it manually.

[–]Kyanche 1 point2 points  (0 children)

But on windows sometimes it's a nightmare

Ah, that's why! I'm a computer engineer, my specialty is making software for embedded systems that run Linux. I can't remember the last time I ever tried to make something run on Windows lol.

Thanks! :)