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 b3d70bd commit 73b5146Copy full SHA for 73b5146
CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME TorchCluster)
34
35
target_include_directories(${PROJECT_NAME} INTERFACE
36
- $<BUILD_INTERFACE:${HEADERS}>
+ "$<BUILD_INTERFACE:${HEADERS}>"
37
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
38
39
include(GNUInstallDirs)
0 commit comments