Skip to content

Commit

Permalink
Fix cmake abosule paths in build interface (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgarwalSaurav authored Sep 24, 2023
1 parent b3d70bd commit 73b5146
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 TorchCluster)

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 73b5146

Please sign in to comment.