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

cmake install changes inlcude and library locations #29

Open
bradbell opened this issue Feb 8, 2019 · 0 comments
Open

cmake install changes inlcude and library locations #29

bradbell opened this issue Feb 8, 2019 · 0 comments

Comments

@bradbell
Copy link

bradbell commented Feb 8, 2019

The current version of the cmake install script
https://github.com/CSCsw/ColPack/blob/master/build/cmake/CMakeLists.txt

Places the include files in
${CMAKE_INSTALL_INCLUDEDIR}/ColPack_headers

Version v1.0.10 places them in
${CMAKE_INSTALL_INCLUDEDIR}/ColPack
which seems like a more standard location.

In addition, the library locations have also changed.
I think the standard location for the ColPack Library files should be
${CMAKE_INSTALL_LIBDIR}
not
${CMAKE_INSTALL_LIBDIR}/shared_library

@ax487 ax487 mentioned this issue Oct 28, 2019
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

1 participant