Skip to content

Commit

Permalink
make sshash a system include
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusta committed Mar 21, 2024
1 parent 95d2cef commit 6c3a141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metagraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,17 +270,17 @@ include_directories(
external-libraries/zlib
external-libraries/sdust
external-libraries/simde-no-tests
external-libraries/sshash
external-libraries/sshash/include
external-libraries/sshash/external/pthash
external-libraries/sshash/external/pthash/external/essentials/include
${PROJECT_SOURCE_DIR}/src
)

# TODO: move ASIO out of here once it replaces sprintf with snprintf
include_directories(
PUBLIC SYSTEM
external-libraries/asio/asio/include
external-libraries/sshash
external-libraries/sshash/include
external-libraries/sshash/external/pthash
external-libraries/sshash/external/pthash/external/essentials/include
)

add_library(ips4o INTERFACE)
Expand Down

0 comments on commit 6c3a141

Please sign in to comment.