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: osgPlugins on Windows now correctly goes to bin/osgPlugins #2698

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

emminizer
Copy link
Contributor

On Windows, I was seeing plugins going to lib/osgPlugins-3.6.5. This changed with the recent GNUInstallDirs MR. Before this, on Windows it would install to bin/osgPlugins-3.6.5. This patch reverts to the older behavior.

I am not seeing in documentation any GNUInstallDirs variables that report a lib location on Linux, but a bin location on Windows (e.g. for DLL/SO files). So I used a simple if statement to swap.

@plevy plevy merged commit 259f49f into gwaldron:master Feb 5, 2025
3 checks passed
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