Skip to content

Commit

Permalink
Remove hardcoded Thrust include as it isn't needed
Browse files Browse the repository at this point in the history
The cudf::Thrust target will hold the correct target_include_directory
  • Loading branch information
robertmaynard committed Sep 10, 2021
1 parent 7c522f3 commit 9a7fd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ target_include_directories(cudf
"$<BUILD_INTERFACE:${CUDF_GENERATED_INCLUDE_DIR}/include>"
PRIVATE "$<BUILD_INTERFACE:${CUDF_SOURCE_DIR}/src>"
INTERFACE "$<INSTALL_INTERFACE:include>"
"$<INSTALL_INTERFACE:include/libcudf/libcudacxx>"
"$<INSTALL_INTERFACE:include/libcudf/Thrust>")
"$<INSTALL_INTERFACE:include/libcudf/libcudacxx>")


target_compile_definitions(cudf
PUBLIC "$<$<COMPILE_LANGUAGE:CXX>:${CUDF_CXX_DEFINITIONS}>"
Expand Down

0 comments on commit 9a7fd15

Please sign in to comment.