Skip to content

Commit

Permalink
fix third_party backward-cpp include dir path (#717)
Browse files Browse the repository at this point in the history
fix third_party backward-cpp include path

Co-authored-by: Prashanth Duvvada <prashanthd900@gmail.com>
  • Loading branch information
luooofan and prashanthduvvada committed Aug 9, 2024
1 parent 09dc985 commit ed0e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ set(BUSTUB_THIRD_PARTY_INCLUDE_DIR
${PROJECT_SOURCE_DIR}/third_party/libpg_query/include
${PROJECT_SOURCE_DIR}/third_party/argparse/include
${PROJECT_SOURCE_DIR}/third_party/cpp_random_distributions
${PROJECT_SOURCE_DIR}/third_party/backward-cpp/include
${PROJECT_SOURCE_DIR}/third_party/backward-cpp
)

include_directories(${BUSTUB_SRC_INCLUDE_DIR} ${BUSTUB_TEST_INCLUDE_DIR} ${BUSTUB_THIRD_PARTY_INCLUDE_DIR})
Expand Down

0 comments on commit ed0e5ce

Please sign in to comment.