Skip to content

Commit

Permalink
Fix cmake abosule paths in build interface (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgarwalSaurav committed Jun 4, 2023
1 parent 2836d0b commit a2a2afb
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 @@ -33,7 +33,7 @@ endif()
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchScatter)

target_include_directories(${PROJECT_NAME} INTERFACE
$<BUILD_INTERFACE:${HEADERS}>
"$<BUILD_INTERFACE:${HEADERS}>"
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)

include(GNUInstallDirs)
Expand Down

0 comments on commit a2a2afb

Please sign in to comment.