Oops, needs to be a lowercase "z" on case sensitive filesystems.

This commit is contained in:
casey langen 2017-02-25 17:52:20 -08:00
parent fb0548fbc1
commit 78b4856906

View File

@ -22,4 +22,4 @@ include_directories (
)
add_library(websocket_remote SHARED ${websocket_remote_SOURCES})
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS} Z)
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS} z)