From: Alexey Sheplyakov Date: Thu, 7 Jan 2021 15:51:30 +0000 (+0400) Subject: INSTALL.CMake: proper installation command X-Git-Tag: cln_1-3-7~20 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=f6d5c2083b97d865f0dc9c4e7b98c667f940dc37;p=cln.git INSTALL.CMake: proper installation command `make install` is not going to work with Ninja --- diff --git a/INSTALL.CMake b/INSTALL.CMake index 3f4806b..6d76aec 100644 --- a/INSTALL.CMake +++ b/INSTALL.CMake @@ -41,7 +41,7 @@ Installation from a source .tar.bz2 distribution 6) Install CLN [become root if necessary] - # make install + # cmake --build . -t install Installation from git