Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darwin build #76

Closed
wants to merge 5 commits into from
Closed

Darwin build #76

wants to merge 5 commits into from

Commits on Mar 20, 2019

  1. Build with C++11 on Unix.

    This fixes the opencv wrapper code on Darwin; probably on other platforms too,
    though maybe they are less strict.
    kousu committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    14d0a71 View commit details
    Browse the repository at this point in the history
  2. Repair mismatched cmake _LIBRAR{Y,IES} variable.

    This was breaking the build on Darwin. I don't know how it wasn't doing so on Linux
    too; perhaps Linux triggers HAVE_ICONV_IN_LIBC so it never came up?
    
    cmake wants all instances of this sort of variable to be named
    > Xxx_LIBRARIES
    >    The libraries to link against to use Xxx. These should include full paths. This should not be a cache entry.
    - https://cmake.org/cmake/help/v3.0/manual/cmake-developer.7.html#find-modules
    kousu committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c1b5a65 View commit details
    Browse the repository at this point in the history
  3. Patches for opencv4

    kousu committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    4202032 View commit details
    Browse the repository at this point in the history
  4. Patches for opencv4

    kousu committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    d3ac822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0d6d54 View commit details
    Browse the repository at this point in the history