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

Fix mismatched library name #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Drise13
Copy link

@Drise13 Drise13 commented Dec 12, 2023

Fixes:

[cmake] CMake Warning (dev) at /usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
[cmake]   The package name passed to `find_package_handle_standard_args` (LibUUID)
[cmake]   does not match the name of the calling package (Libuuid).  This can lead to
[cmake]   problems in calling code that expects `find_package` result variables
[cmake]   (e.g., `_FOUND`) to follow a certain pattern.
[cmake] Call Stack (most recent call first):
[cmake]   /app/build/_deps/crossguid-src/cmake/FindLibuuid.cmake:18 (find_package_handle_standard_args)
[cmake]   /app/build/_deps/crossguid-src/CMakeLists.txt:33 (find_package)

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.

1 participant