Hi, When I install dropEst using cmake/make according to the doc, ``` cmake -D CMAKE_INSTALL_PREFIX="/installation/path" . && make ``` should it change to ``` cmake -DCMAKE_INSTALL_PREFIX="/installation/path" .. && make ``` ?