1
0
Fork 0

fix library name.

This commit is contained in:
Wilfried Goesgens 2016-05-10 17:21:27 +02:00
parent a2b26bc109
commit ec3d51dfbd
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if (WINDOWS)
list(APPEND LINK_DIRECTORIES "${snappystatic_BINARY_DIR}")
else ()
set(SNAPPY_LIBS
snappy
snappystatic
CACHE INTERNAL
"${PROJECT_NAME}: Libraries"
)