mirror of https://gitee.com/bigwinds/arangodb
fix library name.
This commit is contained in:
parent
a2b26bc109
commit
ec3d51dfbd
|
@ -151,7 +151,7 @@ if (WINDOWS)
|
|||
list(APPEND LINK_DIRECTORIES "${snappystatic_BINARY_DIR}")
|
||||
else ()
|
||||
set(SNAPPY_LIBS
|
||||
snappy
|
||||
snappystatic
|
||||
CACHE INTERNAL
|
||||
"${PROJECT_NAME}: Libraries"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue