Don't fail if libev.a is missing, we'll fall back to the shared library.

This commit is contained in:
casey langen 2021-04-13 22:16:16 -07:00
parent 6c2711bead
commit d79dac8ac8

View File

@ -3,7 +3,6 @@ set (DAEMON_SRCS
)
ensure_library_exists(ev)
ensure_library_exists(libev.a)
set(musikcube_INSTALL_DIR ${HOMEBREW_PREFIX})
if (NOT DEFINED musikcube_INSTALL_DIR)