Skip to content

Commit

Permalink
Merge pull request #484 from hshakula/centos-pic-fix
Browse files Browse the repository at this point in the history
Fix compilation error
  • Loading branch information
bsavery authored Jul 6, 2021
2 parents 101208a + b51250e commit 411825c
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 411825c

Please sign in to comment.