| 3012 | |
| 3013 | #if defined(__APPLE__) |
| 3014 | bool IsCMakeAppBundleExe(std::string const& exe) |
| 3015 | { |
| 3016 | return cmHasLiteralSuffix(cmSystemTools::LowerCase(exe), "/macos/cmake"); |
| 3017 | } |
| 3018 | #endif |
| 3019 | |
| 3020 | std::string FindOwnExecutable(char const* argv0) |
no test coverage detected
searching dependent graphs…