projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa6bf9
)
Exclude experimental/hazptr/bench from the globs used in the CMake build
author
Christopher Dykes
<cdykes@fb.com>
Wed, 7 Jun 2017 23:01:52 +0000
(16:01 -0700)
committer
Facebook Github Bot
<facebook-github-bot@users.noreply.github.com>
Wed, 7 Jun 2017 23:12:08 +0000
(16:12 -0700)
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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 479ff5ece5e9862b41e7da011e04da8b46fddffa..a8895f73a12d74a3733fe07521eea7cd52fd750a 100755
(executable)
--- 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/"