Skip to content

Commit

Permalink
Fix cmake build: folly/Expected.cpp no longer exists
Browse files Browse the repository at this point in the history
Summary: [WDT] Fix cmake build: `folly/Expected.cpp` no longer exists.

Reviewed By: andrewjcg

Differential Revision: D8345134

fbshipit-source-id: 752a0912e905c061dd384d64d486981559ec4de8
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jun 10, 2018
1 parent e868568 commit 0979ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -70,7 +70,6 @@ endif()
set (FOLLY_CPP_SRC
"${FOLLY_SOURCE_DIR}/folly/Conv.cpp"
"${FOLLY_SOURCE_DIR}/folly/Demangle.cpp"
"${FOLLY_SOURCE_DIR}/folly/Expected.cpp"
"${FOLLY_SOURCE_DIR}/folly/hash/Checksum.cpp"
"${FOLLY_SOURCE_DIR}/folly/hash/detail/ChecksumDetail.cpp"
"${FOLLY_SOURCE_DIR}/folly/hash/detail/Crc32cDetail.cpp"
Expand Down

0 comments on commit 0979ac9

Please sign in to comment.