From: Christian Kastner Date: Mon, 10 Mar 2025 12:06:21 +0000 (+0100) Subject: cmake: Comment out GGML_BIN_DIR for now (ggml/1139) X-Git-Tag: upstream/1.7.5~103 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=efd9407e2266fa00daff31b72ef96bca0e10cf0c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake: Comment out GGML_BIN_DIR for now (ggml/1139) Nothing installs to it yet, so when attempting to use the cmake package, set_and_check() triggers an error if the directory doesn't already exist for other reasons. --- diff --git a/ggml/cmake/ggml-config.cmake.in b/ggml/cmake/ggml-config.cmake.in index 823eb797..8c2dc31c 100644 --- a/ggml/cmake/ggml-config.cmake.in +++ b/ggml/cmake/ggml-config.cmake.in @@ -5,7 +5,7 @@ set_and_check(GGML_INCLUDE_DIR "@PACKAGE_GGML_INCLUDE_INSTALL_DIR@") set_and_check(GGML_LIB_DIR "@PACKAGE_GGML_LIB_INSTALL_DIR@") -set_and_check(GGML_BIN_DIR "@PACKAGE_GGML_BIN_INSTALL_DIR@") +#set_and_check(GGML_BIN_DIR "@PACKAGE_GGML_BIN_INSTALL_DIR@") find_package(Threads REQUIRED)