]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
cmake: Comment out GGML_BIN_DIR for now (#1139)
authorChristian Kastner <redacted>
Mon, 10 Mar 2025 12:06:21 +0000 (13:06 +0100)
committerGitHub <redacted>
Mon, 10 Mar 2025 12:06:21 +0000 (14:06 +0200)
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.

cmake/ggml-config.cmake.in

index 823eb797b70075634713a4ed365563e941135b50..8c2dc31c6da5b249cd945f37efa96a97840ab30c 100644 (file)
@@ -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)