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;
|
intdir = CMAKE_INTDIR;
|
||||||
#endif
|
#endif
|
||||||
cMakeSelf = CMAKE_BUILD_DIR;
|
cMakeSelf = CMAKE_BUILD_DIR;
|
||||||
cMakeSelf += "/Source/";
|
cMakeSelf += "/bin/";
|
||||||
cMakeSelf += intdir;
|
cMakeSelf += intdir;
|
||||||
cMakeSelf += "/cmake";
|
cMakeSelf += "/cmake";
|
||||||
cMakeSelf += cmSystemTools::GetExecutableExtension();
|
cMakeSelf += cmSystemTools::GetExecutableExtension();
|
||||||
|
|
Loading…
Reference in New Issue