changliao1025 / hexwatershed

The C++ backend of the HexWatershed a mesh independent flow direction model for hydrologic models
Other
3 stars 0 forks source link

Don't use `build` dir #1

Open r-barnes opened 2 years ago

r-barnes commented 2 years ago

The standard cmake sequence is:

mkdir build
cd build
cmake ..
make

That is, the directory build is often used as the place to put an out-of-source build. It would be better if you weren't using it to store files.