diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-05 14:39:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-05 14:39:13 (GMT) |
commit | 290c509e119d1e3cc6efa3ee53ab80bfba9f524b (patch) | |
tree | e45cb5fc706efd52af4b195d7b0a16eab787d35c /Source/cmaketest.h.in | |
parent | 1182eba905b64f194da50543a248846ac8cfb0d7 (diff) | |
download | CMake-290c509e119d1e3cc6efa3ee53ab80bfba9f524b.zip CMake-290c509e119d1e3cc6efa3ee53ab80bfba9f524b.tar.gz CMake-290c509e119d1e3cc6efa3ee53ab80bfba9f524b.tar.bz2 |
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
Diffstat (limited to 'Source/cmaketest.h.in')
-rw-r--r-- | Source/cmaketest.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmaketest.h.in b/Source/cmaketest.h.in index 61ae7aa..7da7315 100644 --- a/Source/cmaketest.h.in +++ b/Source/cmaketest.h.in @@ -1,4 +1,4 @@ -#define CMAKE_COMMAND "${CMAKE_COMMAND}" +#define CMAKE_BINARY_DIR "${CMake_BINARY_DIR}" #define MAKEPROGRAM "${MAKEPROGRAM}" #define CMAKE_GENERATOR "${CMAKE_GENERATOR}" #define DART_MAKECOMMAND "${MAKECOMMAND}" |