mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
*** empty log message ***
This commit is contained in:
@@ -1374,10 +1374,10 @@ void cmUnixMakefileGenerator::ComputeSystemInfo()
|
||||
{
|
||||
std::string env = "CXX=${CMAKE_CXX_COMPILER}";
|
||||
m_Makefile->ExpandVariablesInString(env);
|
||||
putenv(env.c_str());
|
||||
putenv(const_cast<char*>(env.c_str()));
|
||||
env = "CC=${CMAKE_C_COMPILER}";
|
||||
m_Makefile->ExpandVariablesInString(env);
|
||||
putenv(env.c_str());
|
||||
putenv(const_cast<char*>(env.c_str()));
|
||||
}
|
||||
|
||||
// currently we run configure shell script here to determine the info
|
||||
|
||||
5500
Templates/configure
vendored
5500
Templates/configure
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user