summaryrefslogtreecommitdiffstats
path: root/CMakeVariables.make.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-11 15:39:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-11 15:39:31 (GMT)
commitf81ae298347d76bfacb82b002a30f518e8724d18 (patch)
treed0dbc2fa6f54d338f146d5b98b3431c22299ef40 /CMakeVariables.make.in
parentdbfc72c6b515e65d9a85dfe0b38a27225a46cf69 (diff)
downloadCMake-f81ae298347d76bfacb82b002a30f518e8724d18.zip
CMake-f81ae298347d76bfacb82b002a30f518e8724d18.tar.gz
CMake-f81ae298347d76bfacb82b002a30f518e8724d18.tar.bz2
BUG: add back thread library
Diffstat (limited to 'CMakeVariables.make.in')
-rw-r--r--CMakeVariables.make.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in
index 8da8e23..8ed9d87 100644
--- a/CMakeVariables.make.in
+++ b/CMakeVariables.make.in
@@ -73,7 +73,6 @@ THREAD_LIBS = @CMAKE_THREAD_LIBS@
# run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
# when installing files.
INSTALL_ROOT =
-INSTALL = @CMAKE_INSTALL@
LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin