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

Fix build errors on Ubuntu 12.04 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

panovr
Copy link

@panovr panovr commented Apr 7, 2013

  1. lib/CMakeLists.txt: in Ubuntu 12.04, uses system zlib, blas and minpack
    to avoid conflicts
  2. src/BundlerApp.h: adjust derived class constructor to invoke base class
    constructor grammer to avoid g++ compile error
  3. src/CMakeLists.txt: Ubuntu system zlib name is libz

panovr added 3 commits April 7, 2013 09:38
1. lib/CMakeLists.txt: in Ubuntu 12.04, uses system zlib, blas and minpack
to avoid conflicts
2. src/BundlerApp.h: adjust derived class constructor to invoke base class
constructor grammer to avoid g++ compile error
3. src/CMakeLists.txt: Ubuntu system zlib name is libz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants