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 installation of exv_conf.h #26

Merged
merged 2 commits into from
Aug 14, 2017
Merged

Fix installation of exv_conf.h #26

merged 2 commits into from
Aug 14, 2017

Conversation

piponazo
Copy link
Collaborator

I forgot to fix the way in which the autogenerated file exv_conf.h is installed.

We were assuming that the file was still in the source tree (${CMAKE_SOURCE_DIR}/include/exiv2/exv_conf.h) while now it is in the binary dir (${CMAKE_BINARY_DIR}/exv_conf.h).

I also took this opportunity to remove the usage of the global variable INSTALL_TARGET_STANDARD_ARGS. In CMake it is better to always specify the RUNTIME, LIBRARY and ARCHIVE destinations in each target.

@clanmills
Copy link
Collaborator

Thanks very much for fixing this, Luis. A good start to the week.

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