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

add cmake option to build just _4 or _d version of the library #88

Closed
edwardhartnett opened this issue Jan 8, 2023 · 0 comments · Fixed by #89
Closed

add cmake option to build just _4 or _d version of the library #88

edwardhartnett opened this issue Jan 8, 2023 · 0 comments · Fixed by #89
Assignees
Labels
build Building software can be complicated

Comments

@edwardhartnett
Copy link
Contributor

In the g2 project we have these options:

option(BUILD_4 "Build libg2_4.a" ON)
option(BUILD_D "Build libg2_d.a" ON)

These help because other packages (like UFS_UTILS) usually uses just one of the libraries. Building the other is a waste of CI cycles and time. It would be nice if we could turn it off.

@edwardhartnett edwardhartnett added the build Building software can be complicated label Jan 8, 2023
@edwardhartnett edwardhartnett self-assigned this Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Building software can be complicated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant