From: Christian Kastner Date: Mon, 10 Mar 2025 12:06:21 +0000 (+0100) Subject: cmake: Comment out GGML_BIN_DIR for now (#1139) X-Git-Tag: upstream/0.0.1898~94 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=82d9ca4c0917427ab23195af768b588d21a220f7;p=pkg%2Fggml%2Fsources%2Fggml cmake: Comment out GGML_BIN_DIR for now (#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/cmake/ggml-config.cmake.in b/cmake/ggml-config.cmake.in index 823eb797..8c2dc31c 100644 --- a/cmake/ggml-config.cmake.in +++ b/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)