summaryrefslogtreecommitdiff
path: root/indra/cmake/GoogleMock.cmake
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-19 09:41:50 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-19 09:41:50 -0400
commitaf8864c49c4f9ca9421e3b259e8f51f0469ab7ce (patch)
treefba9804bfba33501df89e8c1f11dec968da8b71a /indra/cmake/GoogleMock.cmake
parent27332685e9617f331866f8b11a6389eff88cc28e (diff)
parentf40d2c5afb78f4a17b4753c42f6756dbd76a18c8 (diff)
merge
Diffstat (limited to 'indra/cmake/GoogleMock.cmake')
-rw-r--r--indra/cmake/GoogleMock.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GoogleMock.cmake b/indra/cmake/GoogleMock.cmake
index 06d6d847a0..c4c96a9af7 100644
--- a/indra/cmake/GoogleMock.cmake
+++ b/indra/cmake/GoogleMock.cmake
@@ -8,7 +8,7 @@ set(GOOGLEMOCK_INCLUDE_DIRS
${LIBS_PREBUILT_DIR}/include)
if (LINUX)
- # VWR-24366: gmock is underlinked, it needs gtest.
+ # VWR-24366: gmock is underlinked, it needs gtest.
set(GOOGLEMOCK_LIBRARIES
gmock -Wl,--no-as-needed
gtest -Wl,--as-needed)