dimanche 6 mars 2022

CMake Ignores Build Folder?

A lot of programmer suggest creating build folder for cmake project like this:

mkdir build
cd build
cmake ...

But when I do this, for example where my last line is:

cmake ../CMakeLists.txt

I get:

Build files have been written to: /Users/Downloads/snmp++-3.4.9

Why they are written there and not inside my new folder?

Aucun commentaire:

Enregistrer un commentaire