You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to provide a cnats-config-version.cmake file to allow any cmake based project to define the required version of this library within the find_package command?
Use case
Any cmake project can define the required version in its CMakeLists.txt file like this:
find_package(cnats 3.9 REQUIRED)
Contribution
I already have a first implementation on a fork, so I would be happy to open a pull request if you are interested.
The text was updated successfully, but these errors were encountered:
Proposed change
Would it be possible to provide a cnats-config-version.cmake file to allow any cmake based project to define the required version of this library within the
find_package
command?Use case
Any cmake project can define the required version in its CMakeLists.txt file like this:
Contribution
I already have a first implementation on a fork, so I would be happy to open a pull request if you are interested.
The text was updated successfully, but these errors were encountered: