georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
843 stars 108 forks source link

vid.stab fails on OS X unable to create pkgconfig file during configure #2

Closed nieder closed 11 years ago

nieder commented 11 years ago

This is the error output:

$ cmake -DCMAKE_INSTALL_PREFIX=/tmp/prefix ..
...
CMake Error at CMakeLists.txt:71 (include):
  include could not find load file:

    create_pkgconfig_file

CMake Error at CMakeLists.txt:72 (create_pkgconfig_file):
  Unknown CMake command "create_pkgconfig_file".

Cmake is 2.8.10.2. Is there a missing "create_pkgconfig_file.cmake" in CMakeModules ?

georgmartius commented 11 years ago

Yes, sorry I forgot to add it. Thanks for reporting.