Allow building without mcrouter
commitc2254e352756f333c06c00824ca035e4703458b4
authorSara Golemon <sgolemon@fb.com>
Wed, 18 Feb 2015 08:16:01 +0000 (18 00:16 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 18 Feb 2015 08:30:27 +0000 (18 00:30 -0800)
tree8bc7049f216eb4dc66fa2e25cb7f33e9abd5252c
parent64cdd62f36e86b061199e958ac1ef125c349bfd9
Allow building without mcrouter

Summary: Some distros don't have boost::context :(

  cmake -DENABLE_MCROUTER=Off .

Reviewed By: @jwatzman

Differential Revision: D1852775
CMake/HPHPFindLibs.cmake
CMake/HPHPSetup.cmake
CMake/Options.cmake
hphp/runtime/ext/mcrouter/config.cmake [new file with mode: 0644]
third-party