Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Comment out GGML_BIN_DIR for now #1139

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

ckastner
Copy link
Contributor

Nothing installs to it currently, so when attempting to use the cmake package, set_and_check() triggers an error if the directory doesn't already exist for other reasons.

# Some CMakelists.txt
find_package(ggml REQUIRED)
CMake Error at /tmp/system-ggml/lib/cmake/ggml/ggml-config.cmake:121 (message):
  File or directory /tmp/system-ggml/bin referenced by variable GGML_BIN_DIR
  does not exist !
Call Stack (most recent call first):
  /tmp/system-ggml/lib/cmake/ggml/ggml-config.cmake:140 (set_and_check)
  CMakeLists.txt:152 (find_package)

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.
@ggerganov ggerganov merged commit 82d9ca4 into ggml-org:master Mar 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants