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

Install directories for same headers should not be specified multiple times #200

Open
barracuda156 opened this issue Jul 11, 2023 · 1 comment

Comments

@barracuda156
Copy link

Consider a case when a user wants to install headers into ${prefix}/include/GFTL (as opposed to dumping them into a common dir and promoting a chaos there). And then, inside GFTL there are V1 and V2 (without an unnecessary another include in between). There seems to be no trivial way to do that, and even patching CMake files requires multiple iterations, because settings in one CMakeLists file are ignored due to the same being redefined elsewhere.
If one does not notice what the build system does, everything gets coerced into ${prefix}/GFTL-${version}.

@tclune
Copy link
Member

tclune commented Feb 12, 2024

I am a bit confused by this request. AFAIK, gFTL is installing in a canonical fashion. I am not strongly opposed to further generalization, but we have found that such changes often unintentionally break other build choices, and thus need to be thoroughly vetted.

@mathomp4 - FYI.

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