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}")
|
list(APPEND LINK_DIRECTORIES "${snappystatic_BINARY_DIR}")
|
||||||
else ()
|
else ()
|
||||||
set(SNAPPY_LIBS
|
set(SNAPPY_LIBS
|
||||||
snappy
|
snappystatic
|
||||||
CACHE INTERNAL
|
CACHE INTERNAL
|
||||||
"${PROJECT_NAME}: Libraries"
|
"${PROJECT_NAME}: Libraries"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue