diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-02-15 18:30:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-02-15 18:30:13 (GMT) |
commit | fce56c57c497ede3a7afcbc7965846cc8bad9db2 (patch) | |
tree | 0fb37474ade8ff1ec1ed40e30e3e02074baa5b42 /CMakeVariables.make.in | |
parent | 252b0d89572b5cadb3ba3b9f5db6dfa35f60beba (diff) | |
download | CMake-fce56c57c497ede3a7afcbc7965846cc8bad9db2.zip CMake-fce56c57c497ede3a7afcbc7965846cc8bad9db2.tar.gz CMake-fce56c57c497ede3a7afcbc7965846cc8bad9db2.tar.bz2 |
some cleanup and fixes
Diffstat (limited to 'CMakeVariables.make.in')
-rw-r--r-- | CMakeVariables.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index 135b62c..d1a0bb1 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -34,6 +34,9 @@ topdir = @fullSrcDir@ # This is the directory that contains the source for the CMakeLists.txt file currentdir = `cd ${srcdir}; pwd` +# This is the directory that contains the output for the CMakeLists.txt file +currentbindir = `pwd` + # This is the directory configure was run in # where the binaries will be placed CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@ |