mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Verify WPILib/OpenCV versions at runtime (#1772)
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
||||
namespace photon {
|
||||
namespace PhotonVersion {
|
||||
extern const char* versionString;
|
||||
extern const char* buildDate;
|
||||
extern const bool isRelease;
|
||||
extern const char* wpilibTargetVersion;
|
||||
extern const char* opencvTargetVersion;
|
||||
} // namespace PhotonVersion
|
||||
} // namespace photon
|
||||
|
||||
Reference in New Issue
Block a user