mirror of https://github.com/milvus-io/milvus.git
fix snappy include directory bug
Former-commit-id: eddadb646fb65f0d79b51c832375a1cdfe7870d4pull/191/head
parent
28f82df09c
commit
20528fcb9a
|
@ -1612,7 +1612,7 @@ macro(build_snappy)
|
|||
set_target_properties(snappy
|
||||
PROPERTIES IMPORTED_LOCATION "${SNAPPY_STATIC_LIB}"
|
||||
INTERFACE_INCLUDE_DIRECTORIES
|
||||
"${SNAPPY_INCLUDE_DIRS}")
|
||||
"${SNAPPY_INCLUDE_DIR}")
|
||||
add_dependencies(snappy snappy_ep)
|
||||
endmacro()
|
||||
|
||||
|
|
Loading…
Reference in New Issue