summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-12-21 14:26:41 -0800
committerRider Linden <rider@lindenlab.com>2015-12-21 14:26:41 -0800
commit3edc3c5554965b947a8086c9f4f95a28b3a7aaa8 (patch)
treec4dc655352cf0b57c3ef4aad1fca2c200a2ae3a0 /indra/cmake
parent5ae42992917dd0e9318692c43f829685e80f45f3 (diff)
CMake fixes for Linux build
Diffstat (limited to 'indra/cmake')
-rwxr-xr-xindra/cmake/Boost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake
index 88af9a1513..180a84dbcf 100755
--- a/indra/cmake/Boost.cmake
+++ b/indra/cmake/Boost.cmake
@@ -126,6 +126,6 @@ endif (USESYSTEMLIBS)
if (LINUX)
set(BOOST_SYSTEM_LIBRARY ${BOOST_SYSTEM_LIBRARY} rt)
- set(BOOST_SYSTEM_LIBRARY ${BOOST_THREAD_LIBRARY} rt)
+ set(BOOST_THREAD_LIBRARY ${BOOST_THREAD_LIBRARY} rt)
endif (LINUX)