ENH: fix warning
This commit is contained in:
parent
96a46bdb44
commit
1871a74153
@ -114,7 +114,7 @@ std::string cmFindProgramCommand::FindAppBundle(std::vector<std::string> names)
|
|||||||
std::string cmFindProgramCommand::GetBundleExecutable(std::string bundlePath)
|
std::string cmFindProgramCommand::GetBundleExecutable(std::string bundlePath)
|
||||||
{
|
{
|
||||||
std::string executable = "";
|
std::string executable = "";
|
||||||
|
(void)bundlePath;
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
// Started with an example on developer.apple.com about finding bundles
|
// Started with an example on developer.apple.com about finding bundles
|
||||||
// and modified from that.
|
// and modified from that.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user