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

Remove *.cxx from .gitignore #1024

Closed
smessmer opened this issue Apr 4, 2021 · 1 comment
Closed

Remove *.cxx from .gitignore #1024

smessmer opened this issue Apr 4, 2021 · 1 comment

Comments

@smessmer
Copy link

smessmer commented Apr 4, 2021

See noloader/cryptopp-cmake#66

I copied the cryptopp project into a subdirectory of my own project and add_subdirectory to crypto++ to use it as a dependency using cryptopp-cmake. Probably a somewhat common setup.
When trying to build my project, I got weird errors with missing test_....cxx files when trying to build my project. Turns out, this is because the TestPrograms/**.cxx files were missing from my repository because the crypto++ .gitignore (https://github.com/weidai11/cryptopp/blob/master/.gitignore#L6 ) prevented them from being added.

I assume other people will run into this issue as well and it's somewhat hard to figure out. Is it possible to remove *.cxx from the crypto++ .gitignore?

@noloader
Copy link
Collaborator

This should be cleared at Commit c15aeaa7b5cd.

I hope this does not come back to bite us in the ass.

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

No branches or pull requests

2 participants