From: Christopher Dykes Date: Wed, 7 Jun 2017 23:01:52 +0000 (-0700) Subject: Exclude experimental/hazptr/bench from the globs used in the CMake build X-Git-Tag: v2017.06.12.00~16 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=86c0ed4ea3f3e83236fc44540d3d62f801d7c949 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 479ff5ec..a8895f73 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles MATCHES "/build/" "/experimental/exception_tracer/" + "/experimental/hazptr/bench/" "/experimental/hazptr/example/" "/experimental/symbolizer/" "/futures/exercises/"