ENH: remove warning
This commit is contained in:
parent
452925649a
commit
79479233d4
@ -504,7 +504,11 @@ cmLocalUnixMakefileGenerator3
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
std::string
|
std::string
|
||||||
cmLocalUnixMakefileGenerator3
|
cmLocalUnixMakefileGenerator3
|
||||||
::GetFrameworkFlags(cmTarget& target)
|
::GetFrameworkFlags(cmTarget&
|
||||||
|
#ifdef __APPLE__
|
||||||
|
target
|
||||||
|
#endif
|
||||||
|
)
|
||||||
{
|
{
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
return std::string();
|
return std::string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user