diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-17 11:48:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-17 11:48:56 -0400 |
| commit | a9bd428e72a11a3a36bb7a8755cf2d58b1ce8e9d (patch) | |
| tree | 32d0dac55ff598f9732ff57581044eabd24fa807 /googletest/xcode/Config/StaticLibraryTarget.xcconfig | |
| parent | 421e7b4f29fc761c66d2773a1fc318a738a6d3da (diff) | |
| parent | 02a8ca87735601466d8c564344f9be493da84708 (diff) | |
| download | googletest-a9bd428e72a11a3a36bb7a8755cf2d58b1ce8e9d.tar.gz googletest-a9bd428e72a11a3a36bb7a8755cf2d58b1ce8e9d.tar.bz2 googletest-a9bd428e72a11a3a36bb7a8755cf2d58b1ce8e9d.zip | |
Merge branch 'master' into fix-msvc-d9025-warning
Diffstat (limited to 'googletest/xcode/Config/StaticLibraryTarget.xcconfig')
| -rw-r--r-- | googletest/xcode/Config/StaticLibraryTarget.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/xcode/Config/StaticLibraryTarget.xcconfig b/googletest/xcode/Config/StaticLibraryTarget.xcconfig index 3922fa51..d2424fe8 100644 --- a/googletest/xcode/Config/StaticLibraryTarget.xcconfig +++ b/googletest/xcode/Config/StaticLibraryTarget.xcconfig @@ -4,7 +4,7 @@ // These are static library target settings for libgtest.a. It // is set in the "Based On:" dropdown in the "Target" info dialog. // This file is based on the Xcode Configuration files in: -// http://code.google.com/p/google-toolbox-for-mac/ +// https://github.com/google/google-toolbox-for-mac // // Static libs can be included in bundles so make them position independent |
