cmake: fix path to FindGLog.cmake
authorAdam Simpkins <simpkins@fb.com>
Wed, 17 Jan 2018 01:59:08 +0000 (17:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 17 Jan 2018 02:23:55 +0000 (18:23 -0800)
commit19db503e08e4ea46a8b4d9a272605006b6245f88
treee521cd81b09e5672a45c731f3076b90ee3b78538
parentcf930032da9b0796d96c14c3b4446a75477c1ef3
cmake: fix path to FindGLog.cmake

Summary:
The cmake files refer to this package as "FindGLog", but the file name on disk
incorrectly had the 'L' lower cased.  This worked on case-insensitive file
systems, but caused cmake to fail when used on a case-sensitive file system.

This diff fixes the file name to match the name used in the cmake files.  This
is also more consistent with the existing "FindGFlags" and "FindGMock"
packages.

Reviewed By: yfeldblum

Differential Revision: D6710439

fbshipit-source-id: 19f6824ef6793e505b5a0080c0fefe0b145a41c3
CMake/FindGLog.cmake [new file with mode: 0755]
CMake/FindGlog.cmake [deleted file]