mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
COMP: Restored shared local variable removed by previous change.
This commit is contained in:
@@ -1067,6 +1067,9 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
||||
{
|
||||
std::string flags;
|
||||
std::string defFlags;
|
||||
bool shared = ((target.GetType() == cmTarget::SHARED_LIBRARY) ||
|
||||
(target.GetType() == cmTarget::MODULE_LIBRARY));
|
||||
|
||||
// Add the export symbol definition for shared library objects.
|
||||
if(const char* exportMacro = target.GetExportMacro())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user