diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 96902ab1b..035c80f46 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -359,7 +359,7 @@ int cmake::AddCMakePaths(const char *arg0) intdir = CMAKE_INTDIR; #endif cMakeSelf = CMAKE_BUILD_DIR; - cMakeSelf += "/Source/"; + cMakeSelf += "/bin/"; cMakeSelf += intdir; cMakeSelf += "/cmake"; cMakeSelf += cmSystemTools::GetExecutableExtension();