Skip to content

cmake: prevent test binaries from getting installed by cmake #266

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

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

carenas
Copy link
Contributor

@carenas carenas commented Jun 9, 2023

Originally thought to be a regression in 10.42, was instead another long standing bug in our cmake scripts

Lowercasing set not really necessary but worth doing in the spirit of having a cleaner script long term

Tested in macOS and Windows (MVC and mingw64)

Fixes: #264

Otherwise they will be mistakenly installed by `cmake --install`
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.

cmake --installincorrectly installs development binaries in production
2 participants