ENH: make sure CMAKE_STANDARD_LIBRARIES are used
This commit is contained in:
parent
398827ebc1
commit
2cb68f6000
@ -789,7 +789,9 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
|
|||||||
// Use the NOINHERIT macro to avoid getting VS project default
|
// Use the NOINHERIT macro to avoid getting VS project default
|
||||||
// libraries which may be set by the user to something bad.
|
// libraries which may be set by the user to something bad.
|
||||||
fout << "\"\n"
|
fout << "\"\n"
|
||||||
<< "\t\t\t\tAdditionalDependencies=\"$(NOINHERIT) ";
|
<< "\t\t\t\tAdditionalDependencies=\"$(NOINHERIT) "
|
||||||
|
<< m_Makefile->GetRequiredDefinition("CMAKE_STANDARD_LIBRARIES")
|
||||||
|
<< " ";
|
||||||
this->OutputLibraries(fout, linkLibs);
|
this->OutputLibraries(fout, linkLibs);
|
||||||
fout << "\"\n";
|
fout << "\"\n";
|
||||||
temp = m_LibraryOutputPath;
|
temp = m_LibraryOutputPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user