dropEst
dropEst copied to clipboard
cmake command error?
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
?
Please make a pull request @benjaminfang
You've found something which has annoyed many: https://stackoverflow.com/questions/14887438/spacing-in-d-option-in-cmake
OK, a pull request was created.