half checked in changes for CMAKE_ROOT

This commit is contained in:
Ken Martin
2001-05-17 12:08:46 -04:00
parent e093e4a4e0
commit aa72e182fe
8 changed files with 83 additions and 94 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ bool cmCablePackageCommand::Invoke(std::vector<std::string>& args)
cMakeLists += "CMakeLists.txt";
cMakeLists = cmSystemTools::EscapeSpaces(cMakeLists.c_str());
std::string command = "${CMAKE} "+cMakeLists;
std::string command = "${CMAKE_COMMAND} "+cMakeLists;
#if defined(_WIN32) && !defined(__CYGWIN__)
command += " -DSP";
#endif