From a1b4ba5d7d50f881af05dc1561ceb7a1fcefd3a1 Mon Sep 17 00:00:00 2001 From: Youmin Qi Date: Thu, 14 Jul 2022 10:27:00 +0800 Subject: [PATCH] fixed wrong words --- 01-basic/E-installing/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic/E-installing/README.adoc b/01-basic/E-installing/README.adoc index eb6e6e84..06fb1bc7 100644 --- a/01-basic/E-installing/README.adoc +++ b/01-basic/E-installing/README.adoc @@ -37,7 +37,7 @@ $ tree CMake offers the ability to add a `make install` target to allow a user to install binaries, libraries and other files. The base install location is controlled -by the variable +CMAKE_INSTALL_PREFIX+ which can be set using ccmake or by calling +by the variable +CMAKE_INSTALL_PREFIX+ which can be set using cmake or by calling cmake with `cmake .. -DCMAKE_INSTALL_PREFIX=/install/location` The files that are installed are controlled by the https://cmake.org/cmake/help/v3.0/command/install.html[+install()+] function.