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] Add SQLITECPP_INCLUDE_SCRIPT option #313

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

past-due
Copy link
Contributor

Add a SQLITECPP_INCLUDE_SCRIPT option to support disabling the addition of config & script files to the library.
(The default is ON, replicating current behavior.)

Adds flexibility without requiring library users to modify the CMakeLists.txt directly.
Also, this is needed for a dependent program that automatically packages the library source (as a dependency) in a source tarball "snapshot" and wants to exclude files not needed for building via CMake locally (.git* and such) to save space and reduce the overall file count.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 113d43f on past-due:master into 3fcb352 on SRombauts:master.

@SRombauts SRombauts self-assigned this Jan 4, 2021
@SRombauts SRombauts merged commit 080bfbd into SRombauts:master Jan 4, 2021
@SRombauts
Copy link
Owner

Thank you for this useful contribution :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants