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

[brief] Make the installed version number match stduuid version. #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marovira
Copy link

@marovira marovira commented Jun 9, 2023

[detailed]

  • Installed version was still at 1.0 even though library is now at 1.2.3.
  • This is to keep things up-to-date and to allow users to link against specific versions of stduuid via find_package(stduuid 1.2.3)

[detailed]
- Installed version was still at 1.0 even though library is now at
  1.2.3.
[detailed]
- CMake expects the file to be named stduuid-config-version.cmake, not
  stduuid-version.cmake.
- This now fully enables support for finding the package by version
  number.
OlivierLDff added a commit to OlivierLDff/nixpkgs that referenced this pull request Apr 27, 2024
stduuid reported the wrong version to cmake, causing
`find_package(stduuid 1.2.3)` to fail (but `find_package(stduuid 1.0)`
was working which is NOT expected.
Patch is from this
[PR](mariusbancila/stduuid#79).

This will need to be updated if `stduuid` is getting maintained again
one day.
OlivierLDff added a commit to OlivierLDff/nixpkgs that referenced this pull request Apr 27, 2024
stduuid reported the wrong version to cmake, causing
`find_package(stduuid 1.2.3)` to fail (but `find_package(stduuid 1.0)`
was working which is NOT expected.
Patch is from this
[PR](mariusbancila/stduuid#79).

This will need to be updated if `stduuid` is getting maintained again
one day.
OlivierLDff added a commit to OlivierLDff/stduuid that referenced this pull request Apr 29, 2024
* Installed version was still at 1.0 even though library is now at
1.2.3.

* This is to keep things up-to-date and to allow users to link against
specific versions of stduuid via `find_package(stduuid 1.2.3)`

Commit from mariusbancila#79

Co-authored-by: Mauricio A. Rovira Galvez
<8482308+marovira@users.noreply.github.com>
OlivierLDff added a commit to OlivierLDff/stduuid that referenced this pull request Apr 29, 2024
* Installed version was still at 1.0 even though library is now at
1.2.3.

* This is to keep things up-to-date and to allow users to link against
specific versions of stduuid via `find_package(stduuid 1.2.3)`

Commit from mariusbancila#79

Co-authored-by: Mauricio A. Rovira Galvez
<8482308+marovira@users.noreply.github.com>
OlivierLDff added a commit to OlivierLDff/nixpkgs that referenced this pull request Apr 29, 2024
stduuid reported the wrong version to cmake, causing
`find_package(stduuid 1.2.3)` to fail (but `find_package(stduuid 1.0)`
was working which is NOT expected.
Patch is from this
[PR](mariusbancila/stduuid#79).

This will need to be updated if `stduuid` is getting maintained again
one day.
OlivierLDff added a commit to OlivierLDff/nixpkgs that referenced this pull request Apr 29, 2024
stduuid reported the wrong version to cmake, causing
`find_package(stduuid 1.2.3)` to fail (but `find_package(stduuid 1.0)`
was working which is NOT expected.
Patch is from this
[PR](mariusbancila/stduuid#79).

This will need to be updated if `stduuid` is getting maintained again
one day.
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.

None yet

1 participant