Unverified Commit 73b5146e authored by Saurav Agarwal's avatar Saurav Agarwal Committed by GitHub
Browse files

Fix cmake abosule paths in build interface (#188)

parent b3d70bd5
...@@ -33,7 +33,7 @@ endif() ...@@ -33,7 +33,7 @@ endif()
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchCluster) set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchCluster)
target_include_directories(${PROJECT_NAME} INTERFACE target_include_directories(${PROJECT_NAME} INTERFACE
$<BUILD_INTERFACE:${HEADERS}> "$<BUILD_INTERFACE:${HEADERS}>"
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>) $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
include(GNUInstallDirs) include(GNUInstallDirs)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment