summaryrefslogtreecommitdiff
path: root/indra/cmake/Pth.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-07 06:57:58 -0400
committerOz Linden <oz@lindenlab.com>2011-05-07 06:57:58 -0400
commita941a376274b80212ed0624539578816d7960bb9 (patch)
tree4d4c1ffe65fa043da0de1f96c286a7fa944c5018 /indra/cmake/Pth.cmake
parent8b5ebe59ca7fc16b77d7fd333e1d32c7046bf613 (diff)
parente4140e077da72320a81b2b732cd45187368e2ebf (diff)
merge changes for storm-1231
Diffstat (limited to 'indra/cmake/Pth.cmake')
-rw-r--r--indra/cmake/Pth.cmake21
1 files changed, 0 insertions, 21 deletions
diff --git a/indra/cmake/Pth.cmake b/indra/cmake/Pth.cmake
deleted file mode 100644
index a28f6ec696..0000000000
--- a/indra/cmake/Pth.cmake
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- cmake -*-
-include(Prebuilt)
-
-set(PTH_FIND_QUIETLY ON)
-set(PTH_FIND_REQUIRED ON)
-
-if (STANDALONE)
-# ?? How would I construct FindPTH.cmake? This file was cloned from
-# CURL.cmake, which uses include(FindCURL), but there's no FindCURL.cmake?
-# include(FindPTH)
-else (STANDALONE)
- # This library is only needed to support Boost.Coroutine, and only on Mac.
- if (DARWIN)
- use_prebuilt_binary(pth)
- set(PTH_LIBRARIES pth)
- set(PTH_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
- else (DARWIN)
- set(PTH_LIBRARIES)
- set(PTH_INCLUDE_DIRS)
- endif (DARWIN)
-endif (STANDALONE)