summaryrefslogtreecommitdiff
path: root/Modules/CMakeSystemSpecificInformation.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-15 10:07:38 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-15 10:07:38 -0500
commita2ec93371bf9e83c5efa5f6269f234b77e90145b (patch)
tree2dc5eae74ecd8673c027d9f8c6e60a70cc0a5e2c /Modules/CMakeSystemSpecificInformation.cmake
parent7a8928eefc586b14fe3bff390ba3e60ef105241f (diff)
downloadcmake-a2ec93371bf9e83c5efa5f6269f234b77e90145b.tar.gz
ENH: add back install prefix
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-rw-r--r--Modules/CMakeSystemSpecificInformation.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake
index 31efe07133..514fb79918 100644
--- a/Modules/CMakeSystemSpecificInformation.cmake
+++ b/Modules/CMakeSystemSpecificInformation.cmake
@@ -144,6 +144,10 @@ SET(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL "If this value is on, makefiles will
SET (CMAKE_BUILD_TYPE "" CACHE STRING
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.")
+
+SET (CMAKE_INSTALL_PREFIX /usr/local CACHE PATH
+ "Install path prefix, prepended onto install directories.")
+
# add the flags to the cache based
# on the initial values computed in the platform/*.cmake files
# use _INIT variables so that this only happens the first time