From 7f2e7a85b31fdffe3ba1f07dbd38ce5955f9bb20 Mon Sep 17 00:00:00 2001 From: JokerXp <499411466@qq.com> Date: Fri, 10 Sep 2021 11:52:13 +0800 Subject: [PATCH] Update README.adoc CMAKE_INSTALL_PERFIX change into CMAKE_INSTALL_PREFIX --- 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 a692bd2..eb6e6e8 100644 --- a/01-basic/E-installing/README.adoc +++ b/01-basic/E-installing/README.adoc @@ -176,7 +176,7 @@ Extra Notes Overriding the default install location ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -As mentioned the default install location is set from the +CMAKE_INSTALL_PERFIX+, +As mentioned the default install location is set from the +CMAKE_INSTALL_PREFIX+, which defaults to `/usr/local/` If you want to change this default location for all users you can add the