From d486a789d6e2f83a7b0a1a5b03301f070bc4e28d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 2 May 2003 13:54:20 -0400 Subject: [PATCH] ENH: New location of cmake --- Source/cmaketest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index d462f7d30..cb90ae7b2 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";