Skip to content

Commit

Permalink
Enable PIC for murmurhash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hshakula committed Jul 6, 2021
1 parent d1cff9d commit b51250e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ add_library(murmurhash STATIC
${MURMURHASH_DIR}/MurmurHash3.h
${MURMURHASH_DIR}/MurmurHash3.cpp)
target_include_directories(murmurhash PUBLIC ${MURMURHASH_DIR})
set_target_properties(murmurhash PROPERTIES POSITION_INDEPENDENT_CODE ON)

# ----------------------------------------------

0 comments on commit b51250e

Please sign in to comment.