Commit fb5ce2d9 authored by Wez Furlong's avatar Wez Furlong Committed by Facebook GitHub Bot

folly: import PushCheckState cmake module

Summary:
D23695665 (https://github.com/facebook/folly/commit/5c3b9d59a815b94df1afed0b7e0050bb75e09178) calls functions defined by this module,
but doesn't ensure that it has been imported.

I believe this to be the reason behind this build failure:

https://github.com/facebook/watchman/pull/856/checks?check_run_id=1135919864#step:52:217

Reviewed By: chadaustin

Differential Revision: D23794292

fbshipit-source-id: 897cfac862fda7420d1c53b0976492231b53dcf8
parent c5d1c45f
...@@ -16,6 +16,7 @@ include(CheckCXXSourceCompiles) ...@@ -16,6 +16,7 @@ include(CheckCXXSourceCompiles)
include(CheckCXXSymbolExists) include(CheckCXXSymbolExists)
include(CheckIncludeFileCXX) include(CheckIncludeFileCXX)
include(CheckFunctionExists) include(CheckFunctionExists)
include(CMakePushCheckState)
set( set(
BOOST_LINK_STATIC "auto" BOOST_LINK_STATIC "auto"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment