We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c3417 commit 0355738Copy full SHA for 0355738
CMakeLists.txt
@@ -51,7 +51,7 @@ endif()
51
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchSparse)
52
53
target_include_directories(${PROJECT_NAME} INTERFACE
54
- $<BUILD_INTERFACE:${HEADERS}>
+ "$<BUILD_INTERFACE:${HEADERS}>"
55
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
56
57
include(GNUInstallDirs)
0 commit comments