Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Nov 20, 2024
1 parent 00f0c58 commit f6460ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ endif()
add_library(raft INTERFACE)
add_library(raft::raft ALIAS raft)

message(WARNING "\${RAFT_SOURCE_DIR}/include: ${RAFT_SOURCE_DIR}/include")
target_include_directories(
raft INTERFACE "$<BUILD_INTERFACE:${RAFT_SOURCE_DIR}/include>" "$<INSTALL_INTERFACE:include>"
)
Expand Down

0 comments on commit f6460ac

Please sign in to comment.