diff options
author | dolphin <dolphin@lindenlab.com> | 2014-09-04 13:02:21 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-09-04 13:02:21 -0700 |
commit | 51e65a4b5254aadb90660a237b47b9f90875d889 (patch) | |
tree | 1db9114fb8d4dd9e4632a1671488595425a9390b /indra/cmake/GoogleMock.cmake | |
parent | da639d1c9817c7333b959638e9a33b6ae7c664c0 (diff) | |
parent | b021c90e7bccdd0f9a916946e7716a00034254c2 (diff) |
Merge
Diffstat (limited to 'indra/cmake/GoogleMock.cmake')
-rwxr-xr-x | indra/cmake/GoogleMock.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GoogleMock.cmake b/indra/cmake/GoogleMock.cmake index c4c96a9af7..cac072988e 100755 --- a/indra/cmake/GoogleMock.cmake +++ b/indra/cmake/GoogleMock.cmake @@ -2,7 +2,7 @@ include(Prebuilt) include(Linking) -use_prebuilt_binary(googlemock) +use_prebuilt_binary(gmock) set(GOOGLEMOCK_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) |