From 86c0ed4ea3f3e83236fc44540d3d62f801d7c949 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Wed, 7 Jun 2017 16:01:52 -0700 Subject: [PATCH] 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 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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/" -- 2.34.1