mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Verify WPILib/OpenCV versions at runtime (#1772)
This commit is contained in:
@@ -30,5 +30,9 @@ namespace photon {
|
||||
const char* versionString = "${version}";
|
||||
const char* buildDate = "${date}";
|
||||
const bool isRelease = strncmp(dev_, versionString, strlen(dev_)) != 0;
|
||||
|
||||
// Versions of dependant libraries
|
||||
const char* wpilibTargetVersion = "${wpilibVersion}";
|
||||
const char* opencvTargetVersion = "${opencvVersion}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user