diff options
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 96902ab..035c80f 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(); |