Skip to content

Commit 73b5146

Browse files
author
Saurav Agarwal
authored
Fix cmake abosule paths in build interface (#188)
1 parent b3d70bd commit 73b5146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchCluster)
3434

3535
target_include_directories(${PROJECT_NAME} INTERFACE
36-
$<BUILD_INTERFACE:${HEADERS}>
36+
"$<BUILD_INTERFACE:${HEADERS}>"
3737
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
3838

3939
include(GNUInstallDirs)

0 commit comments

Comments
 (0)