]> www.ginac.de Git - cln.git/commitdiff
INSTALL.CMake: proper installation command
authorAlexey Sheplyakov <asheplyakov@altlinux.org>
Thu, 7 Jan 2021 15:51:30 +0000 (19:51 +0400)
committerAlexey Sheplyakov <asheplyakov@altlinux.org>
Thu, 7 Jan 2021 15:51:30 +0000 (19:51 +0400)
`make install` is not going to work with Ninja

INSTALL.CMake

index 3f4806b4bc40d016c8ce795f04cda321b7b3ff0b..6d76aec5113186e4d389f6ba02a5caef5a56bf53 100644 (file)
@@ -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