Commit 86c0ed4e authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Exclude experimental/hazptr/bench from the globs used in the CMake build

Summary: The directory contains benchmarks and multiple `main`'s so shouldn't be included as part of the main folly library.

Reviewed By: yfeldblum

Differential Revision: D5204132

fbshipit-source-id: 7289cb9c2ec292c13df39c9e7b48eca4166ca951
parent 4aa6bf94
...@@ -79,6 +79,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles ...@@ -79,6 +79,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles
MATCHES MATCHES
"/build/" "/build/"
"/experimental/exception_tracer/" "/experimental/exception_tracer/"
"/experimental/hazptr/bench/"
"/experimental/hazptr/example/" "/experimental/hazptr/example/"
"/experimental/symbolizer/" "/experimental/symbolizer/"
"/futures/exercises/" "/futures/exercises/"
......
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