mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Correct missing parameter to CMP0018Flags call.
This commit is contained in:
committed by
Brad King
parent
badb40d0f8
commit
da0898e0a2
@@ -505,7 +505,7 @@ cmExtraSublimeTextGenerator::ComputeFlagsForObject(cmSourceFile* source,
|
||||
// }
|
||||
|
||||
// Add shared-library flags if needed.
|
||||
lg->AddCMP0018Flags(flags, target, language);
|
||||
lg->AddCMP0018Flags(flags, target, language, config);
|
||||
|
||||
// Add include directory flags.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user