mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
set(OpenCV_VERSION @OPENCV_VERSION@) |
|
set(PACKAGE_VERSION ${OpenCV_VERSION}) |
|
|
|
set(PACKAGE_VERSION_EXACT False) |
|
set(PACKAGE_VERSION_COMPATIBLE False) |
|
|
|
if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION) |
|
set(PACKAGE_VERSION_EXACT True) |
|
set(PACKAGE_VERSION_COMPATIBLE True) |
|
endif() |
|
|
|
if(PACKAGE_FIND_VERSION VERSION_LESS PACKAGE_VERSION) |
|
set(PACKAGE_VERSION_COMPATIBLE True) |
|
endif()
|
|
|