diff options
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"; |