• qiao's avatar
    fix OpenCV_CONFIG_PATH get null value after CMake 2.8.11 · a7fe73f2
    qiao authored
    syntax of cmake "get_filename_component" changed after version 2.8.11
    
    for cmake version < 2.8.11
      get_filename_component(<VAR> <FileName> PATH [CACHE])
    
    for cmake version >= 2.8.11
      get_filename_component(<VAR> <FileName> DIRECTORY [CACHE])
    
    Update OpenCVConfig.cmake
    
    Update OpenCVConfig.cmake.in
    a7fe73f2
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...