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_PREFIX is NOT functioning... #2

Closed
jiapei100 opened this issue Jul 22, 2022 · 1 comment
Closed

CMAKE_INSTALL_PREFIX is NOT functioning... #2

jiapei100 opened this issue Jul 22, 2022 · 1 comment
Assignees

Comments

@jiapei100
Copy link

Looks like: there is nowhere to set up CMAKE_INSTALL_PREFIX..

@giladreich giladreich self-assigned this Sep 4, 2022
@giladreich
Copy link
Owner

Looks like: there is nowhere to set up CMAKE_INSTALL_PREFIX..

Hi @jiapei100, this is because it gets overridden in the script. I wrote this almost 5 years ago, so I'll adjust the code a bit.

giladreich added a commit that referenced this issue Sep 5, 2022
+ Make proper usage of cmake's package_config.
+ Provide examples to consume the library.
+ Apply proper renaming in accordance to imgui's backend changes.
+ Inline backends include function in the same CMakeLists.txt.
+ Set default CMAKE_INSTALL_PREFIX and allow for it to be overriden
(closes #2).
+ Change imgui branch from master to docking.
+ Update readme.

TODO: Add support for more backends. Now with the new structure it
should be easier.
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