diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 17:54:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 17:54:20 (GMT) |
commit | d486a789d6e2f83a7b0a1a5b03301f070bc4e28d (patch) | |
tree | 1b84b298c2c57b5c711c9bb1b45cd57d56cf39d4 /Source/cmaketest.cxx | |
parent | f92346e3381e756fa0157ce3665534e64550e7a9 (diff) | |
download | CMake-d486a789d6e2f83a7b0a1a5b03301f070bc4e28d.zip CMake-d486a789d6e2f83a7b0a1a5b03301f070bc4e28d.tar.gz CMake-d486a789d6e2f83a7b0a1a5b03301f070bc4e28d.tar.bz2 |
ENH: New location of cmake
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index d462f7d..cb90ae7 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -104,7 +104,7 @@ int do_cmaketest (int argc, char **argv) // use this program as the cmake to be run, it should not // be run that way but the cmake object requires a vailid path std::string cmakeCommand = CMAKE_BINARY_DIR; - cmakeCommand += "/Source"; + cmakeCommand += "/bin"; cmakeCommand += "/"; cmakeCommand += intdir; cmakeCommand += "/cmake"; |