mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
half checked in changes for CMAKE_ROOT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user