mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'tid-system-argument'
9cf3547Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.1925cffAdd a SYSTEM parameter to target_include_directories (#14180)286f227Extend the cmTargetPropCommandBase interface property handling.83498d4Store system include directories in the cmTarget.f1fcbe3Add Target API to determine if an include is a system include.2679a34Remove unused variable.
This commit is contained in:
@@ -421,7 +421,7 @@ cmExtraSublimeTextGenerator::ComputeFlagsForObject(cmSourceFile* source,
|
||||
std::vector<std::string> includes;
|
||||
lg->GetIncludeDirectories(includes, gtgt, language, config);
|
||||
std::string includeFlags =
|
||||
lg->GetIncludeFlags(includes, language, true); // full include paths
|
||||
lg->GetIncludeFlags(includes, gtgt, language, true); // full include paths
|
||||
lg->AppendFlags(flags, includeFlags.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user