diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index 5e750bb50..2e9480160 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -114,7 +114,7 @@ std::string cmFindProgramCommand::FindAppBundle(std::vector names) std::string cmFindProgramCommand::GetBundleExecutable(std::string bundlePath) { std::string executable = ""; - + (void)bundlePath; #if defined(__APPLE__) // Started with an example on developer.apple.com about finding bundles // and modified from that.