We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9fb69 commit 0dd7638Copy full SHA for 0dd7638
apothecary/formulas/curl/curl.sh
@@ -406,7 +406,7 @@ function build() {
406
-DCMAKE_MINIMUM_REQUIRED_VERSION=3.22 \
407
-DCURL_DISABLE_LDAP=ON \
408
-DENABLE_VISIBILITY=OFF \
409
- -DCMAKE_IGNORE_PATH=/opt/homebrew \
+ -DCURL_DISABLE_ZSTD=ON \
410
${SSL_DEFS} \
411
-DCMAKE_PREFIX_PATH="${LIBS_ROOT}" \
412
-DZLIB_ROOT=${ZLIB_ROOT} \
apothecary/formulas/glew/CMakeLists.txt
@@ -4,7 +4,7 @@ endif ()
4
5
project (glew C)
6
7
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.5)
8
9
include(GNUInstallDirs)
10
0 commit comments