vendor: OpenCV 5.0.0 snapshot at 755e50675d97db9b7d449d8bd6b09888646f6c6e
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Glog package for CNN Triplet training
|
||||
unset(Glog_FOUND)
|
||||
|
||||
find_library(Glog_LIBS NAMES glog
|
||||
HINTS
|
||||
/usr/local/lib)
|
||||
|
||||
if(Glog_LIBS)
|
||||
set(Glog_FOUND 1)
|
||||
endif()
|
||||
Reference in New Issue
Block a user