Skip to content

Commit

Permalink
install eden/common/utils/FileOffset.h
Browse files Browse the repository at this point in the history
edenfs uses this header but it was missing from the cmake instll of edencommon

Test Plan:

./build/fbcode_builder/getdeps.py build --allow-system-packages --src-dir=. edencommon

before, header not installed

after, the header is installed
  • Loading branch information
ahornby committed Jul 22, 2023
1 parent 518f226 commit 6e6868d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/common/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(utils_headers
${CMAKE_CURRENT_SOURCE_DIR}/ProcessName.h
${CMAKE_CURRENT_SOURCE_DIR}/ProcessNameCache.h
${CMAKE_CURRENT_SOURCE_DIR}/OptionSet.h
${CMAKE_CURRENT_SOURCE_DIR}/FileOffset.h
${CMAKE_CURRENT_SOURCE_DIR}/FileUtils.h
)

Expand Down

0 comments on commit 6e6868d

Please sign in to comment.