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

fix third_party backward-cpp include dir path #717

Merged

Conversation

luooofan
Copy link
Contributor

BUG description

The include dir path of the third-party library backward-cpp is set incorrectly. It should be ${PROJECT_SOURCE_DIR}/third_party/backward-cpp rather than ${PROJECT_SOURCE_DIR}/third_party/backward-cpp/include

if I want to use backward-cpp in the src directory, for example, include "backward.hpp" in the src/storage/page/extendible_htable_bucket_page.cpp, it will cause a compilation error: fatal error: backward.hpp: No such file or directory

Copy link
Contributor

@prashanthduvvada prashanthduvvada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@prashanthduvvada prashanthduvvada merged commit ed0e5ce into cmu-db:master Aug 9, 2024
3 checks passed
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.

None yet

2 participants