Commit 056d288f authored by Zhiwei Chen's avatar Zhiwei Chen Committed by Facebook GitHub Bot

Remove nonexistent path in CMakeLists.txt (#1553)

Summary:

Pull Request resolved: https://github.com/facebook/folly/pull/1553

Differential Revision: D27504501

Pulled By: yfeldblum

fbshipit-source-id: 291036c64050896d3873271722c84380fd2b3ec7
Co-authored-by: default avatarZhiwei Chen <condy0919@gmail.com>
parent 4fd5a6f2
...@@ -150,7 +150,6 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles ...@@ -150,7 +150,6 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles
MATCHES MATCHES
"^${FOLLY_DIR}/build/" "^${FOLLY_DIR}/build/"
"^${FOLLY_DIR}/experimental/exception_tracer/" "^${FOLLY_DIR}/experimental/exception_tracer/"
"^${FOLLY_DIR}/futures/exercises/"
"^${FOLLY_DIR}/logging/example/" "^${FOLLY_DIR}/logging/example/"
"^${FOLLY_DIR}/(.*/)?test/" "^${FOLLY_DIR}/(.*/)?test/"
"^${FOLLY_DIR}/tools/" "^${FOLLY_DIR}/tools/"
...@@ -164,7 +163,6 @@ list(REMOVE_ITEM files ...@@ -164,7 +163,6 @@ list(REMOVE_ITEM files
${FOLLY_DIR}/python/executor.cpp ${FOLLY_DIR}/python/executor.cpp
${FOLLY_DIR}/python/fibers.cpp ${FOLLY_DIR}/python/fibers.cpp
${FOLLY_DIR}/python/GILAwareManualExecutor.cpp ${FOLLY_DIR}/python/GILAwareManualExecutor.cpp
${FOLLY_DIR}/cybld/folly/executor.cpp
${FOLLY_DIR}/experimental/symbolizer/Addr2Line.cpp ${FOLLY_DIR}/experimental/symbolizer/Addr2Line.cpp
) )
list(REMOVE_ITEM hfiles list(REMOVE_ITEM hfiles
......
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