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

After make install library files (*.so) are not found at runtime (fix included) #5

Closed
slaufmann opened this issue Jun 26, 2019 · 1 comment

Comments

@slaufmann
Copy link

After make install is performed the header files are located at /usr/local/include/inicpp which is fine. But the library (*.so) files are located at /usr/local/include which is rather unusual.

The pull request #4 I opened fixes this by setting a more common LIB_INSTALL_DIR in CMakeLists.txt.

Thanks for the work on this easy-to-use library. I would appreciate it if you accept the pull request.

@SemaiCZE
Copy link
Owner

Fixed by @slaufmann in PR #4

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

No branches or pull requests

2 participants