From d79dac8ac88e30750721241eeee53bf996a4d860 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 13 Apr 2021 22:16:16 -0700 Subject: [PATCH] Don't fail if libev.a is missing, we'll fall back to the shared library. --- src/musikcubed/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/musikcubed/CMakeLists.txt b/src/musikcubed/CMakeLists.txt index 3d65b8c65..df208280d 100644 --- a/src/musikcubed/CMakeLists.txt +++ b/src/musikcubed/CMakeLists.txt @@ -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)