aja-video / libajantv2

Open-source library for AJA Video Systems desktop IO cards.
MIT License
20 stars 13 forks source link

Change CMake warning message to status to avoid unnecessary warning #17

Closed jjomier closed 4 months ago

jjomier commented 4 months ago

When building libajantv2 via CPM, CMake reports a warning when the build version is not set (default via CPM without setting a build version via environment variable). This PR modifies the warning to a status message to avoid reporting configuration warnings.

paulh-aja commented 4 months ago

This looks fine to me. Please target the main branch though. While the release branch is the default branch for the repo, it tracks the latest release. The main branch is for ongoing development.

Thank you for the submission.