diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-11 15:39:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-11 15:39:31 (GMT) |
commit | f81ae298347d76bfacb82b002a30f518e8724d18 (patch) | |
tree | d0dbc2fa6f54d338f146d5b98b3431c22299ef40 /CMakeVariables.make.in | |
parent | dbfc72c6b515e65d9a85dfe0b38a27225a46cf69 (diff) | |
download | CMake-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.in | 1 |
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 |