Commit 0761e428 authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook Github Bot

cmake: remove reference to deleted ElfUtil.cpp file

Summary:
experimental/symbolizer/ElfUtil.cpp was deleted in D9218592 so it no longer
needs to be explicitly excluded in CMakeLists.txt

Reviewed By: Orvid, calebmarchent

Differential Revision: D9229945

fbshipit-source-id: 7d708b265573e70e4e6de88edefa2fa5b41af200
parent bbea1798
...@@ -114,7 +114,6 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles ...@@ -114,7 +114,6 @@ REMOVE_MATCHES_FROM_LISTS(files hfiles
list(REMOVE_ITEM files list(REMOVE_ITEM files
${FOLLY_DIR}/experimental/JSONSchemaTester.cpp ${FOLLY_DIR}/experimental/JSONSchemaTester.cpp
${FOLLY_DIR}/experimental/io/HugePageUtil.cpp ${FOLLY_DIR}/experimental/io/HugePageUtil.cpp
${FOLLY_DIR}/experimental/symbolizer/ElfUtil.cpp
${FOLLY_DIR}/python/GILAwareManualExecutor.cpp ${FOLLY_DIR}/python/GILAwareManualExecutor.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