]> granicus.if.org Git - libevent/commit
ci: fix cmake build w/o OPENSSL_ROOT_DIR
authorAzat Khuzhin <azat@libevent.org>
Sat, 9 Jul 2022 15:43:29 +0000 (18:43 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 9 Jul 2022 17:15:17 +0000 (20:15 +0300)
commita9441ed6465fbf5da5c01219d84def832240cd85
tree60324bf7527f2971724b5a40b831ee911573b72d
parent4954b27bc0f3a48e04a1856b5f4c28a1496dcb01
ci: fix cmake build w/o OPENSSL_ROOT_DIR

cmake build rules does not have detection of OPENSSL_ROOT_DIR via brew,
so we cannot run such builds on CI.

Always set OPENSSL_ROOT_DIR for cmake.
.github/workflows/macos.yml