dropEst icon indicating copy to clipboard operation
dropEst copied to clipboard

cmake command error?

Open hailingfang opened this issue 3 years ago • 2 comments

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

?

hailingfang avatar Jun 21 '22 07:06 hailingfang

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

evanbiederstedt avatar Jun 21 '22 22:06 evanbiederstedt

OK, a pull request was created.

hailingfang avatar Jun 22 '22 01:06 hailingfang