mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 18:12:52 +00:00
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
|
||||
// libraries which may be set by the user to something bad.
|
||||
fout << "\"\n"
|
||||
<< "\t\t\t\tAdditionalDependencies=\"$(NOINHERIT) ";
|
||||
<< "\t\t\t\tAdditionalDependencies=\"$(NOINHERIT) "
|
||||
<< m_Makefile->GetRequiredDefinition("CMAKE_STANDARD_LIBRARIES")
|
||||
<< " ";
|
||||
this->OutputLibraries(fout, linkLibs);
|
||||
fout << "\"\n";
|
||||
temp = m_LibraryOutputPath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user