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 install() commands to CMake, lower min C++ standard to 14 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

valgur
Copy link

@valgur valgur commented Jun 26, 2024

Restores the CMake config creation and install() commands from the original repo.

I would like to add this library as a Vcpkg package and a proper CMake installation setup is required for that.

I tested the test_package with C++14 and it built fine with the lower C++ standard.

Bumped the Conan dependency versions to get rid of conflicts. transitive_headers etc are not needed when package_type = "header-library" is set.

I tested the installed output with test_package and it worked fine.

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.

1 participant