diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-05-09 11:26:24 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-05-09 11:26:24 -0700 |
commit | 2661a4c2c9359f2c2cabce6f48704dc8fb481994 (patch) | |
tree | d6fafbb1a084ea8b06db3d3499bd5084b7e4f7f6 /indra/cmake | |
parent | 26334a4c57e58bfd13e6bbbff2298ec5ba3e77e7 (diff) | |
parent | a5118ccd6721afdf4f8c71cba6007eb7be4d7c19 (diff) |
Merge.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Pth.cmake | 21 |
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) |