Skip to content

Commit 0355738

Browse files
Fix cmake abosule paths in build interface (#331)
1 parent a5c3417 commit 0355738

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
@@ -51,7 +51,7 @@ endif()
5151
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchSparse)
5252

5353
target_include_directories(${PROJECT_NAME} INTERFACE
54-
$<BUILD_INTERFACE:${HEADERS}>
54+
"$<BUILD_INTERFACE:${HEADERS}>"
5555
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
5656

5757
include(GNUInstallDirs)

0 commit comments

Comments
 (0)