]> git.pld-linux.org Git - packages/nomacs.git/blob - cmake.patch
- started update to 3.0.0, quazip linking fix needed
[packages/nomacs.git] / cmake.patch
1 --- nomacs-3.0.0/cmake/Unix.cmake~      2016-03-31 09:58:15.000000000 +0900
2 +++ nomacs-3.0.0/cmake/Unix.cmake       2016-03-31 10:00:45.488122085 +0900
3 @@ -43,7 +43,7 @@
4  # search for opencv
5  unset(OpenCV_FOUND CACHE)
6  if(ENABLE_OPENCV)
7 -       find_package(OpenCV 2.1.0 REQUIRED core imgproc)
8 +       find_package(OpenCV REQUIRED core imgproc)
9         if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is set in Ubuntu 12.04 (without finding opencv)
10                 # Older OpenCV versions only supplied pkg-config files
11                 if(PKG_CONFIG_FOUND)
This page took 0.150781 seconds and 3 git commands to generate.