Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
2cb68f60
Commit
2cb68f60
authored
Feb 20, 2006
by
Bill Hoffman
Browse files
ENH: make sure CMAKE_STANDARD_LIBRARIES are used
parent
398827eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalVisualStudio7Generator.cxx
View file @
2cb68f60
...
...
@@ -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\t
AdditionalDependencies=
\"
$(NOINHERIT) "
;
<<
"
\t\t\t\t
AdditionalDependencies=
\"
$(NOINHERIT) "
<<
m_Makefile
->
GetRequiredDefinition
(
"CMAKE_STANDARD_LIBRARIES"
)
<<
" "
;
this
->
OutputLibraries
(
fout
,
linkLibs
);
fout
<<
"
\"\n
"
;
temp
=
m_LibraryOutputPath
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment