ENH: New location of cmake binaries
This commit is contained in:
parent
d486a789d6
commit
d6b9c96739
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue